html,
body {
  overflow-x: hidden;
  background: #f8f9fb;
  font-family: "Titillium Web", sans-serif;
}

p {
  font-size: 1rem;
  margin: 0;
}


.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner__video {
    height: 150vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner video {
    width: 100%;
}

.banner__content {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner__content--text h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin: 11px 0 0;
}

.banner__content--text a {
  color: #ffffff;
}

.banner__content--text h1 strong {
  font-weight: 600;
}

.banner__content--scroll {
  position: absolute;
  bottom: -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner__content--scroll p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 6px;
}

.banner__content--line {
  width: 2px;
  height: 40px;
  background: #ffffff;
}

.banner__store {
  padding-top: 18px;
}

.banner__store p {
  font-size: 24px;
  line-height: 37px;
}

.banner__store--itens {
  margin-top: 24px;
}

.banner__store--itens a {
  margin: 0 6px;
}

.cards {
  background: #f8f9fb;
  padding: 57px 0 70px;
}

.cards__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cards__content--header {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.cards__content--header h2 {
  color: #2b2b2b;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
}

.cards__content--box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.cards__content--box .box-itens {
  width: 312px;
  height: 284px;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  text-align: center;
  margin: 0 21.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  color: #494949;
}

.cards__content--box .box-itens:first-of-type {
  padding: 32px 16px 36px;
}

.cards__content--box .box-itens__img img {
  border-radius: 12px 12px 0 0;
}

.cards__content--box .box-itens__img.img-phone img {
  width: 268px;
}

.cards__content--box .box-itens__text {
  padding: 0 16px 20px;
}

.cards__content--box .box-itens__text h3 {
  color: #f2242b;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 6px;
}

.cards__content--box .box-itens__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.cards__content--box .box-itens__text p strong {
  font-weight: 600;
}

.news__content {
  position: relative;
  background: linear-gradient(
    68.63deg,
    #ff5c46 31.05%,
    #ff4853 64.42%,
    #ff2c52 92.93%
  );
  border-radius: 12px;
}

.news__content--itens {
  padding-top: 23px;
  padding-left: 0;
}

.news__content--itens .news__badge {
  width: 257px;
  background: #fffad0;
  border-radius: 0px 7px 7px 0px;
  padding: 2px 22px 1px 25px;
}

.news__content--itens .news__badge p {
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
  color: #f2242b;
}

.news__content--text {
  padding: 25px 0 23px 25px;
}

.news__content--text h2 {
  color: #ffffff;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
}

.news__content--text h2 span {
  font-style: italic;
  font-weight: 600;
}

.news__content--text .news__fideldade {
  max-width: 365px;
  background: #fffbfb;
  border-radius: 7px;
  color: #fe4f55;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  margin: 28px 0 8px;
}

.news__content--text .news__fideldade h3 {
  font-weight: 600;
  font-size: 46px;
  line-height: 46px;
  margin-left: 12px;
  margin-bottom: 0;
}

.news__content--text p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.news__content--box {
  background: #f8f9fb;
  border: 0.6px solid #f0f0f0;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  padding: 22px 16px;
  margin-top: 40px;
}

.news__content--box .news__box--itens {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}

.news__content--box .news__box--itens img {
  margin-right: 15px;
}

.news__content--box .news__box--itens h4 {
  color: #2b2b2b;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  text-transform: lowercase;
  margin: 0;
}

.news__content--box .news__box--itens p {
  color: #494949;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  text-transform: lowercase;
}

.news__content--box .news__box--itens p span {
  font-weight: 600;
}

.news__content--box .news__box--itens::after {
  content: "";
  width: 51px;
  height: 38px;
  background-image: url("../images/dots.svg");
  background-position: center;
  background-size: cover;
  margin: 0;
}

.news__content--box .news__box--itens:last-of-type::after {
  display: none;
}

.news__content--image {
  transform: translateY(-17px);
}

.news__content--image img {
  border-radius: 13px;
}

.motelBg {
  background-color: #23194a;
}

.motelBg__content {
  width: 100%;
  margin-top: -57px;
  border-radius: 0px 0px 16px 16px;
}

.motelBg__content img {
  border-radius: 0px 0px 16px 16px;
}

.video {
  background: #23194a;
  color: #fff;
  padding: 24px 0 48px;
}

.video__content {
  display: flex;
  flex-direction: row;
}

.video__content--text {
  padding-top: 20px;
}

.video__content--text h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 16px;
}

.video__content--text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 18px;
}

.video__content--text strong {
  font-weight: 600;
}

.video__content--btn a {
  background: #ffffff;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000c44;
  padding: 10px 16px;
}

.video__content--player {
  padding-right: 0;
}

.moteis {
  padding: 39px 0 60px;
}

.moteis__content--header {
  margin-bottom: 34px;
}

.moteis__content--header h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 67px;
  color: #494949;
}

.moteis__content--header h2 span {
  color: #f2242b;
  font-weight: 600;
  font-style: italic;
}

.moteis__content--slide {
  width: 110%;
  margin-bottom: 77px;
  border-radius: 16px;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;

}

.moteis__content--slide:nth-last-of-type(2) {
  margin-bottom: 67px;
}

.moteis__content--slide .moteis__box {
  width: 296px;
  height: 323px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 7px;
  border-radius: 16px;
}

.moteis__content--slide .moteis__box--image {
  border-radius: 16px;
  overflow: hidden;
}

.moteis__content--slide .moteis__box--image img {
  border-radius: 16px;
}

.moteis__content--slide .moteis__box--text {
  width: calc(100% - 54px);
  position: absolute;
  bottom: 17px;
  background: #ffffff;
  box-shadow: 0px 4.44935px 14px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 10px 20px;
  color: #494949;
  display: flex;
  flex-direction: row;
  justify-content: baseline;
  align-items: flex-start;
}

.moteis__content--slide .moteis__box--text h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 1px 2px;
}

.moteis__content--slide .moteis__box--text p {
  font-weight: 400;
  font-size: 8px;
  line-height: 10px;
  text-transform: lowercase;
}

.moteis__content--slide .moteis__box .moteis__box--icon {
  margin-right: 5px;
}

.moteis__content--slide .moteis__box .moteis__box--icon img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.moteis__content--app {
  text-align: center;
}

.moteis__content--app h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #f2242b;
  margin: 0;
}

.moteis__content--app p {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 18px;
}

.moteis__content--store {
  margin-top: 16px;
}

.moteis__content--store a {
  margin: 0 6px;
}

.faq2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#ajuda-content {
  border-radius: 0.5rem;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 26px;
  min-width: 35.75rem;
  max-width: 35.75rem;
  padding: 2.5rem 3.125rem;
}

.faq2 h1 {
  font-size: 1.875rem;
  color: rgb(73, 73, 73);
  text-align: center;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

#ajuda-content h2 {
  font-weight: 600;
  font-size: 1.25rem;
  padding: 0.9375rem 0px 0.625rem;
}

#ajuda-content .card {
  background: none;
  border-width: 1px 0px 0px;
  border-radius: 0px;
  border-top-style: solid;
  border-top-color: rgb(226, 226, 226);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  padding: 0 15px 0 0;
}

#ajuda-content #accordion {
  margin-top: 2rem;
}

#ajuda-content .card-header {
  color: rgb(69, 69, 69);
  font-size: 16px;
  border: 0px;
  background: none;
  padding: 0.9375rem 0px;
  margin-bottom: 0;
  cursor: pointer;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

#ajuda-content .card-body {
  color: rgb(69, 69, 69);
  font-size: 14px;
  padding: 0px 0 10px;
  border: 0px;
  border-radius: 0px;
  background: none;
}

#ajuda-content [data-toggle="collapse"].collapsed .chevron-up,
#ajuda-content [data-toggle="collapse"] .chevron-down {
  display: none;
}

#ajuda-content [data-toggle="collapse"] .chevron-up,
#ajuda-content [data-toggle="collapse"].collapsed .chevron-down {
  display: block;
  padding: 0 15px;
}

#ajuda-content .btn-contato {
  font-family: "Titillium Web", sans-serif;
  color: rgb(255, 255, 255);
  background: rgb(229, 49, 55);
}

@media only screen and (max-width: 768px) {
  #ajuda-content {
    min-width: 100%;
    max-width: 100%;
    padding: 2.5rem 2.125rem;
  }
}

.footer {
  border-radius: 15px 15px 0px 0px;
  padding: 40px 0 32px;
}

.footer hr {
  margin: 0 0 24px;
  border-top: 1px solid #e1e1e1;
}

.footer__content {
  text-align: center;
}

.footer__content--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-top: 12px;
  padding-bottom: 24px;
}

.footer__content--text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #686868;
}

.footer__content--text img {
  width: 123px;
  height: 38px;
  margin-left: -8px;
}

.footer__content ul {
  margin-bottom: 0;
}

.footer__content ul li {
  width: 256px;
}

.footer__content ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-decoration-line: underline;
  text-transform: lowercase;
  color: #585858;
  margin: 0 12px;
}

/* MODAL CONTATO */
#contactModal .modal-content {
  border-radius: 0.5rem;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 26px;
  padding: 2.5rem;
}

#contactModal .modal-header {
  border-bottom: none;
  padding-top: 0;
}

#contactModal .modal-header .modal-title {
  width: 100%;
  text-align: center;
  color: rgb(73, 73, 73);
  font-size: 30px;
  font-weight: 400;
  text-transform: lowercase;
}

#contactModal .modal-header .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.form-group {
  position: relative;
}

#contactModal .form-control {
  position: relative;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid rgb(220, 220, 220);
  border-radius: 0px;
  font-size: 18px;
  color: rgb(83, 83, 83);
  height: 30px;
  padding: 0;
  margin-bottom: 2rem;
}

.invalid-feedback {
  position: absolute;
  top: -15px;
  line-height: 1;
  font-size: 12px;
  color: rgb(229, 49, 55);
  transition: ease-in 0.5s;
  opacity: 0;
}

#contactModal .form-control.no-valid {
  border-bottom: 1px solid rgb(229, 49, 55);
}

#contactModal .form-control.no-valid + .invalid-feedback {
  display: block;
  opacity: 1;
}

.form-btn {
  text-align: right;
}

.form-btn button {
  background: rgb(27, 185, 142);
  border-radius: 0.375rem;
  border-color: transparent;
  margin: 0px;
  padding: 0.75rem 2.5rem;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 600;
  text-transform: lowercase;
}

#msg {
  text-align: center;
  padding: 20px 0 0;
  font-weight: 600;
  font-size: 18px;
  color: rgb(229, 49, 55);
}

@media only screen and (max-width: 962px) {
    

.banner {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden;
}

.banner__content {
    height: 80vh;
}
  .banner__content--text img {
    width: 328px;
  }

  .banner__content--text h1 {
    font-size: 18px;
  }

  .banner__content--store {
    padding-top: 0;
  }

  .banner__content--store p {
    font-size: 14px;
    line-height: 21px;
  }

  .banner__content--scroll span {
    display: none;
  }

  .cards {
    padding: 34px 0 48px;
  }

  .cards__content--header {
    margin-bottom: 16px;
  }

  .cards__content--header h2 {
    font-size: 16px;
    line-height: 19px;
  }

  .cards__content--box {
    height: auto;
  }

  .cards__content--box .box-itens {
    margin-bottom: 34px;
  }

  .cards__content--box .box-itens:last-of-type {
    margin-bottom: 0;
  }

  .motelBg {
    margin-top: 48px;
  }

  .motelBg__content {
    margin-top: 0;
  }

  .video__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .video__content--text {
    padding: 0;
    text-align: center;
  }

  .video__content--text h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .video__content--text p {
    font-size: 16px;
    line-height: 22px;
  }

  .video__content--text p br {
    display: none;
  }

  .video__content--player {
    padding: 0;
  }

  .video__content--player iframe {
    width: 100%;
    height: 184px;
  }

  .video__content--btn {
    text-align: center;
    margin-top: 24px;
  }

  .moteis {
    padding: 39px 0 34px;
  }

  .moteis .container {
    padding: 0;
  }

  .moteis__content--header {
    margin-bottom: 23px;
    padding-left: 17px;
  }

  .moteis__content--header h2 {
    width: 65%;
    font-size: 18px;
    line-height: 27px;
  }

  .moteis__content--header h2 span {
    font-size: 22px;
  }

  .moteis__content--header h2 br {
    display: none;
  }

  .moteis__content--text {
    padding-right: 11px;
  }

  .moteis__content--text h3 {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #777777;
    margin-bottom: 10px;
  }

  .moteis__content--slide {
    width: 100%;
    padding-left: 24px;
    margin-bottom: 42px;
  }

  .moteis__content--app {
    padding: 45px 0 0;
  }

  .moteis__content--app h4 {
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 2px;
  }

  .moteis__content--app p {
    font-size: 14px;
    line-height: 15px;
  }

  .faq {
    padding: 32px 0;
  }

  .faq__content--question {
    width: auto;
    max-width: 100%;
    margin: 0 24px;
  }

  .faq__content--box details {
    padding: 12px 16px 16px;
  }

  .footer {
    padding: 25px 0 62px;
  }

  .footer hr {
    display: none;
  }

  .footer .container {
    padding: 0;
  }

  .footer__content--text {
    border-bottom: 1px solid #e1e1e1;
  }

  .footer__content ul {
    flex-direction: column;
    align-items: center;
    padding: 24px 0 0;
  }

  .footer__content ul li {
    padding-bottom: 12px;
  }

  .footer__content ul li:last-of-type {
    padding-bottom: 0;
  }

  .news__content {
    justify-content: center;
  }

  .news__content--itens {
    padding: 20px 0 0 0;
  }

  .news__content--itens .news__badge {
    width: 130px;
    padding: 2px 16px;
  }

  .news__content--itens .news__badge p {
    font-size: 14px;
    line-height: 21px;
  }

  .news__content--text {
    text-align: center;
    padding: 12px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .news__content--text h2 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .news__content--text p.m-badger {
    background: #ffffff;
    border-radius: 5px;
    color: #fe4f55;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 4px 12px;
    transform: translateY(50%);
    z-index: 1;
  }

  .news__content--text .news__fideldade {
    width: 100%;
    max-width: 201px;
    margin: 0 0 14px;
    padding: 6px 16px;
  }

  .news__content--text .news__fideldade img {
    width: 29px;
    height: 28.27px;
  }

  .news__content--text .news__fideldade h3 {
    font-size: 24px;
    line-height: 29px;
    margin-left: 8px;
  }

  .news__content--image {
    transform: translateY(0);
  }

  .news__content--image img {
    border-radius: 0;
  }

  .news__content--image:last-of-type {
    padding: 0 16px;
  }

  .news__content--box {
    margin: -118px 32px -65px;
    text-align: left;
    z-index: 1;
  }

  .news__content--box .news__box--itens .d-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .news__content--box .news__box--itens h4 {
    font-size: 16.5405px;
    line-height: 20px;
  }

  .news__content--box .news__box--itens p {
    width: 85%;
    font-size: 12px;
    line-height: 17px;
  }

  .news__content--box .news__box--itens::after {
    margin: 3px 0;
  }

  #contactModal .modal-content {
    padding: 2rem 1rem;
  }
}
.descont {
  padding-bottom: 73px;
  position: relative;
}
.descont__content {
  width: 100%;
  align-items: center;
  margin: 0;
  padding: calc(46px - 20px) 0 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #f72c38 0%, #b90404 100%);
  color: #fff;
}
.descont__content--text h2 {
  font-size: 48px;
  text-align: center;
  margin: 0;
}
.descont__content--text h2 span {
  font-style: italic;
  font-weight: 600;
}
.descont__content--icons {
  position: absolute;
}
.descont__content--icons img {
  width: 50%;
}
.icon-top {
  top: -40px;
  right: 0;
  transform: rotate(4.514deg);
}
.icon-middle {
  bottom: 56.4%;
  left: 25px;
  transform: rotate(-18.112deg);
}
.icon-bottom {
  bottom: -30px;
  right: 50px;
  transform: rotate(4.514deg);
}
.app-cta {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0 !important;
  border-radius: 10px 10px 0px 0px;
  background: #ed3237;
  padding: 20px 85px;
  z-index: 9999;
  text-align: center;
}
.app-cta a {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    .banner__video {
        height: 100%;
    }
        .descont {
    padding-bottom: 0;
    margin-bottom: -10px;
  }
  .descont__content {
    border-radius: 10px 10px 0px 0px;
    padding: 48px 0 78px;
  }
  .descont__content--text {
    padding-bottom: 40px;
  }
  .descont__content--text h2 {
    font-size: 22px;
  }
  .descont__content--img {
    padding: 0;
  }
  .descont__content--icons img {
    width: 40%;
  }
  .icon-top {
    top: -20px;
    right: -40px;
  }
  .icon-middle {
    left: 0;
  }
  .icon-bottom {
    bottom: -15px;
    right: -10px;
  }
  .app-cta {
    display: block;
  }
}