/*!
 * Site Ipiranga
 * Desenvolvido por Fattoria em: 16/04/2024
 */
/*=============================================
=            Cores            =
=============================================*/
/*=============================================
=            Tamanho de fonte            =
=============================================*/
/*=====  End of Tamanho de fonte  ======*/
body {
  background-color: black;
}

@keyframes blue-triangle-animation {
  from {
    transform: rotateZ(-12deg) translate(-32%, -63%);
  }
  to {
    transform: rotateZ(0deg) translate(-45%, -53%);
  }
}
@keyframes yellow-triangle-animation {
  from {
    transform: rotateZ(-26deg) translate(-23%, -76%);
  }
  to {
    transform: rotateZ(0deg) translate(-50%, -56%);
  }
}
@keyframes float-updown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.side-cards_section {
  position: relative;
  contain: paint;
}
.side-cards_section .side-cards_wrapper .side-cards_handler {
  position: sticky;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card {
    align-items: center;
    padding-bottom: 0;
  }
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card.blue {
  background-color: #001C48;
  color: white;
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card.blue-dark {
  background-color: #000E24;
  color: white;
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card:last-child {
  z-index: 2;
  transform: translateX(100%);
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card:first-child {
  transform: translateX(0);
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card:first-child .image_holder .image {
  transform: scale(1.5);
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card.only .image_holder .image {
  transform: scale(1);
}
@media (max-width: 1199px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 64px 32px;
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content {
    max-width: 486px;
  }
}
@media (max-width: 991px) and (max-height: 799px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content {
    height: 70%;
    padding: 26px 24px;
  }
}
@media (max-width: 1199px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content.small-padding {
    padding: 32px 32px;
  }
}
@media (min-width: 1200px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content.small-padding .info_box {
    margin-top: 40px;
  }
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .title {
  font-family: "ipiranga-titulos", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1400px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .title {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .title {
    font-size: 48px;
  }
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .desc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .desc {
    font-size: 18px;
  }
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .desc + .desc {
  margin-top: 16px;
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .big-numbers-wrapper {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .big-numbers-wrapper {
    display: flex;
    align-items: center;
  }
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .big-numbers-wrapper .big-number-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "ipiranga-titulos", sans-serif;
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .big-numbers-wrapper .big-number-info:first-child {
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
@media (min-width: 992px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .big-numbers-wrapper .big-number-info:first-child {
    padding: 0 24px 0 0;
    border-bottom: initial;
    border-right: 1px solid rgba(255, 255, 255, 0.32);
  }
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .big-numbers-wrapper .big-number-info:last-child {
  padding: 18px 0 0;
}
@media (min-width: 992px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .big-numbers-wrapper .big-number-info:last-child {
    padding: 0 0 0 24px;
  }
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .big-numbers-wrapper .big-number-info .big-number {
  color: #FFD100;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .big-numbers-wrapper .big-number-info .big-number-desc {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .info_box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 16px;
  margin-top: 16px;
  border-radius: 16px;
  border: 1px solid #FFF;
  background-color: rgba(201, 203, 207, 0.12);
}
@media (min-width: 1200px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .info_box {
    padding: 18px;
    margin-top: 24px;
  }
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .info_box .image {
  max-width: 48px;
}
@media (min-width: 1200px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .info_box .image {
    max-width: 56px;
  }
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .info_box .text {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .info_box .text {
    font-size: 18px;
  }
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .info_box .text .link {
  text-decoration: underline;
  color: #FFD100;
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .side-card_content .info_box .text .link:hover {
  text-decoration: none;
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .image_holder {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
}
@media (min-width: 1200px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .image_holder {
    left: initial;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 991px) and (max-height: 799px) {
  .side-cards_section .side-cards_wrapper .side-cards_handler .side-card .image_holder {
    height: 30%;
  }
}
.side-cards_section .side-cards_wrapper .side-cards_handler .side-card .image_holder .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rir_banner {
  position: relative;
  height: calc(100vh - 80px);
}
@media (min-width: 992px) {
  .rir_banner {
    height: 100vh;
  }
}
.rir_banner.normal-size {
  height: calc(100vh - 160px);
}
@media (min-width: 992px) {
  .rir_banner.normal-size {
    height: calc(100vh - 80px);
  }
}
.rir_banner.normal-size .banner_content {
  height: 100%;
}
.rir_banner_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rir_banner .video_holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rir_banner .video_holder .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rir_banner .video_holder::before, .rir_banner .video_holder::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
}
.rir_banner .video_holder::before {
  top: 0;
  height: 100%;
  background-color: black;
  opacity: 0.6;
}
.rir_banner .video_holder::after {
  bottom: 0;
  height: 120px;
  background: linear-gradient(0, #241B0E 0%, rgba(36, 27, 14, 0) 100%);
}
@media (min-width: 992px) {
  .rir_banner .video_holder::after {
    height: 304px;
  }
}
.rir_banner .banner_content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(100vh - 160px);
}
@media (min-width: 992px) {
  .rir_banner .banner_content {
    height: calc(100vh - 80px);
  }
}
.rir_banner .banner_content .resgate_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 32px;
  padding: 15px 19px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(3.5px);
  text-decoration: none;
}
@media (min-width: 992px) {
  .rir_banner .banner_content .resgate_box {
    top: 35px;
    padding: 15px 24px;
  }
}
.rir_banner .banner_content .resgate_box .box_text {
  color: #FFF;
  font-family: "ipiranga-titulos", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .rir_banner .banner_content .resgate_box .box_text {
    font-size: 16px;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .rir_banner .banner_content .resgate_box .box_text .icone-arrow-down {
    font-size: 12px;
  }
}
.rir_banner .banner_content .resgate_box--bigger {
  margin: 0 auto;
  left: 24px;
  right: 24px;
  transform: initial;
}
.rir_banner .banner_content .resgate_box--bigger .box_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  white-space: initial;
}
.rir_banner .banner_content .resgate_box--rir {
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(3.5px);
}
.rir_banner .banner_content .container .logo {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .rir_banner .banner_content .container .logo--bigger {
    width: 600px;
  }
}
.rir_banner .banner_content .role-baixo_handler {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.rir_banner .banner_content .role-baixo_handler .text {
  color: #000;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 0;
}
.rir_banner .banner_content .role-baixo_handler .mouse-icon {
  animation: float-updown 1.6s ease-in-out infinite;
}

[data-animate=fade-in] {
  opacity: 0;
}

[data-animate=up-in] {
  transform: translate(0, 200px);
  opacity: 0;
}

[data-animate=left-in] {
  position: relative;
  transform: translate(-100px, 0);
  opacity: 0;
}

[data-animate=right-in] {
  transform: translate(100px, 0);
  opacity: 0;
}

[data-animate=up-in].animation-active,
[data-animate=fade-in].animation-active,
[data-animate=left-in].animation-active,
[data-animate=right-in].animation-active {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 1s cubic-bezier(0.5, 0, 0, 1);
}

.sect-chamada {
  padding-bottom: 80px;
  position: relative;
}
.sect-chamada .img-flutuante-chamada {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
.sect-chamada_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: left;
}
.sect-chamada_info .titulo {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .sect-chamada_info .titulo {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .sect-chamada_info .titulo {
    font-size: 40px;
  }
}
.sect-chamada_info .paragrafo {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .sect-chamada_info .paragrafo {
    font-size: 18px;
  }
}
.sect-chamada_info .paragrafo.siga {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sect-chamada_info .texto-info {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .sect-chamada_info .texto-info {
    font-size: 14px;
  }
}
.sect-chamada_info .btn {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .sect-chamada_info .btn {
    max-width: 285px;
  }
}
@media (min-width: 992px) {
  .sect-chamada_info .btn.v2 {
    max-width: 384px;
  }
}
.sect-chamada_image {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .sect-chamada_image {
    padding-left: 76px;
    margin-bottom: 0;
  }
}
.sect-chamada_image .triangulo {
  position: absolute;
  z-index: 2;
  max-width: 475px;
  right: -5px;
  bottom: -35px;
  width: 92%;
}
@media (min-width: 576px) {
  .sect-chamada_image .triangulo {
    right: -20px;
  }
}
@media (min-width: 768px) {
  .sect-chamada_image .triangulo {
    right: 60px;
    bottom: -40px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .sect-chamada_image .triangulo {
    max-width: 92%;
    right: -15px;
    top: -25px;
  }
}
@media (min-width: 1200px) {
  .sect-chamada_image .triangulo {
    max-width: 80%;
    right: -25px;
    top: -15px;
  }
}
@media (min-width: 1400px) {
  .sect-chamada_image .triangulo {
    max-width: 76%;
    right: -5px;
  }
}
@media (min-width: 1920px) {
  .sect-chamada_image .triangulo {
    max-width: 70%;
    right: 20px;
  }
}
.sect-chamada_image .posto {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 500px;
}
.sect-chamada .promocao {
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .sect-chamada .promocao {
    margin-bottom: 84px;
  }
}
.sect-chamada .promocao .titulo {
  margin-bottom: 8px;
}

.sect-ingresso {
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .sect-ingresso {
    padding-bottom: 80px;
  }
}
.sect-ingresso .sect-ingresso_box {
  border-radius: 20px;
  background: #010101;
  margin-bottom: 12px;
  background-image: url("../img/img-bg-ingresso-mobile-2.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: inherit;
  height: 550px;
  position: relative;
}
@media (min-width: 500px) {
  .sect-ingresso .sect-ingresso_box {
    height: 514px;
  }
}
@media (min-width: 992px) {
  .sect-ingresso .sect-ingresso_box {
    background-image: url("../img/img-bg-ingresso-desk.webp");
    background-position: -260px center;
    background-size: cover;
    min-height: auto;
    height: inherit;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .sect-ingresso .sect-ingresso_box {
    padding: 0;
    align-items: center;
    background-position: -145px center;
  }
}
.sect-ingresso .sect-ingresso_box .box-info {
  color: white;
  padding: 32px;
}
@media (min-width: 992px) {
  .sect-ingresso .sect-ingresso_box .box-info {
    max-width: 450px;
    padding: 64px 0 64px 64px;
    position: relative;
    z-index: 5;
  }
}
@media (min-width: 1400px) {
  .sect-ingresso .sect-ingresso_box .box-info {
    max-width: 478px;
  }
}
.sect-ingresso .sect-ingresso_box .box-info .titulo {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .sect-ingresso .sect-ingresso_box .box-info .titulo {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .sect-ingresso .sect-ingresso_box .box-info .titulo {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .sect-ingresso .sect-ingresso_box .box-info .titulo--encerrado {
    margin-bottom: 17px;
  }
}
.sect-ingresso .sect-ingresso_box .box-info .subtitulo {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .sect-ingresso .sect-ingresso_box .box-info .subtitulo {
    font-size: 20px;
  }
}
.sect-ingresso .sect-ingresso_box .box-info .paragrafo {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .sect-ingresso .sect-ingresso_box .box-info .paragrafo {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .sect-ingresso .sect-ingresso_box .box-info .paragrafo--encerrado {
    margin-bottom: 17px;
  }
}
.sect-ingresso .sect-ingresso_box .box-info .aviso-vermelho {
  width: 100%;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}
@media (min-width: 992px) {
  .sect-ingresso .sect-ingresso_box .box-info .aviso-vermelho {
    margin-bottom: 22px;
  }
}
.sect-ingresso .sect-ingresso_box .box-info .link-externo {
  color: #FFD100;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  transition: all ease 0.3s;
  margin-top: 12px;
  display: block;
  text-decoration: none;
  font-family: "ipiranga-titulos";
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .sect-ingresso .sect-ingresso_box .box-info .link-externo {
    font-size: 18px;
  }
}
.sect-ingresso .sect-ingresso_box .box-info .link-externo .icone-link-externo {
  padding-left: 8px;
  color: #FFD100;
}
.sect-ingresso .sect-ingresso_box .box-info .link-externo .text-decoration-underline:hover {
  text-decoration: none !important;
}
.sect-ingresso .sect-ingresso_box .box-info .qrcode-wrapper {
  align-items: center;
  gap: 27px;
}
.sect-ingresso .sect-ingresso_box .box-info .qrcode-wrapper .qrcode-logo {
  width: 100px;
}
@media (min-width: 1200px) {
  .sect-ingresso .sect-ingresso_box .box-info .qrcode-wrapper .qrcode-logo {
    width: 160px;
  }
}
.sect-ingresso .sect-ingresso_box .box-info .qrcode-wrapper .qrcode-logo-kmv {
  width: 95px;
  margin-bottom: 9px;
}
@media (min-width: 992px) {
  .sect-ingresso .sect-ingresso_box .box-info .qrcode-wrapper .qrcode-logo-kmv {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .sect-ingresso .sect-ingresso_box .box-info .qrcode-wrapper .qrcode-logo-kmv {
    width: 95px;
  }
}
.sect-ingresso .sect-ingresso_box .box-info .qrcode-wrapper .titulo-qrcode {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .sect-ingresso .sect-ingresso_box .box-info .qrcode-wrapper .titulo-qrcode {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sect-ingresso .sect-ingresso_box .box-info .qrcode-wrapper .titulo-qrcode {
    font-size: 24px;
  }
}
.sect-ingresso .sect-ingresso_box .celular-ingresso {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -100px;
  display: none;
}
@media (min-width: 992px) {
  .sect-ingresso .sect-ingresso_box .celular-ingresso {
    display: block;
    right: -20px;
  }
}
@media (min-width: 1200px) {
  .sect-ingresso .sect-ingresso_box .celular-ingresso {
    right: 64px;
    bottom: -155px;
  }
}
@media (min-width: 1600px) {
  .sect-ingresso .sect-ingresso_box .celular-ingresso {
    bottom: -100px;
  }
}
@media (min-width: 992px) {
  .sect-ingresso .sect-ingresso_box-fase-1 {
    background-position: -30px center;
  }
}
@media (min-width: 1200px) {
  .sect-ingresso .sect-ingresso_box-fase-1 {
    background-position: -110px center;
  }
}
@media (min-width: 992px) {
  .sect-ingresso .sect-ingresso_box-fase-1 .box-info {
    max-width: 478px;
  }
}
@media (min-width: 992px) {
  .sect-ingresso .sect-ingresso_box-fase-1 .celular-ingresso {
    right: 20px;
    max-width: 388px;
  }
}
@media (min-width: 1200px) {
  .sect-ingresso .sect-ingresso_box-fase-1 .celular-ingresso {
    max-width: 430px;
    right: 110px;
  }
}
@media (min-width: 1600px) {
  .sect-ingresso .sect-ingresso_box-fase-1 .celular-ingresso {
    bottom: -130px;
  }
}
.sect-ingresso .box-image {
  display: flex;
  justify-content: flex-end;
  padding-right: 13px;
}
@media (min-width: 992px) {
  .sect-ingresso .box-image {
    padding-right: 44px;
  }
}
.sect-ingresso .info-ingresso {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: white;
}
@media (min-width: 992px) {
  .sect-ingresso .info-ingresso {
    font-size: 14px;
  }
}

.gradiente-cima {
  position: relative;
}
.gradiente-cima::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #011524 0%, #241B0E 100%);
}

.gradiente-baixo {
  position: relative;
}
.gradiente-baixo::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #011524 0%, #241B0E 100%);
  z-index: -1;
}

.sect-ano {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 400px;
  max-height: 520px;
  font-family: "ipiranga-titulos";
}
@media (min-width: 992px) {
  .sect-ano {
    margin-top: 100px;
    height: 100vh;
    min-height: 590px;
    padding-bottom: 100px;
    max-height: inherit;
  }
}
.sect-ano--v2 {
  height: initial;
  max-height: initial;
  min-height: initial;
  padding: 120px 0 40px;
}
@media (min-width: 992px) {
  .sect-ano--v2 {
    padding: 0 0 100px;
  }
}
.sect-ano--v2 .sect-ano_luz {
  bottom: 150px;
}
@media (min-width: 992px) {
  .sect-ano--v2 .sect-ano_luz {
    bottom: -100px;
  }
}
.sect-ano_luz {
  position: absolute;
  bottom: -200px;
  opacity: 0;
}
@media (min-width: 992px) {
  .sect-ano_luz {
    bottom: -500px;
  }
}
.sect-ano_luz.esquerda {
  left: -55%;
}
@media (min-width: 992px) {
  .sect-ano_luz.esquerda {
    left: -35%;
  }
}
.sect-ano_luz.direita {
  right: -55%;
  transform: scaleX(-1);
}
@media (min-width: 992px) {
  .sect-ano_luz.direita {
    right: -35%;
  }
}
.sect-ano .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  text-align: center;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .sect-ano .container {
    justify-content: center;
    padding-bottom: 0;
  }
}
.sect-ano .carousel-cards-rir {
  transform: translateY(150px);
  opacity: 0;
}
.sect-ano_logo {
  width: 265px;
  transform: translateY(150px);
  opacity: 0;
}
@media (min-width: 992px) {
  .sect-ano_logo {
    width: initial;
  }
}
.sect-ano_svg {
  display: none;
  transform: translateY(250px);
  opacity: 0;
}
@media (min-width: 992px) {
  .sect-ano_svg {
    display: block;
  }
}
.sect-ano_destaque {
  display: block;
  margin-bottom: 0;
  font-size: 150px;
  font-weight: 800;
  line-height: 120%;
  background: linear-gradient(90deg, #0068FF 0.07%, #44E4FF 82.57%, #0068FF 100.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateY(250px);
  opacity: 0;
}
@media (min-width: 992px) {
  .sect-ano_destaque {
    display: none;
  }
}
.sect-ano_texto {
  margin-bottom: 0;
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  transform: translateY(250px);
  opacity: 0;
}
@media (min-width: 992px) {
  .sect-ano_texto {
    font-size: 32px;
  }
}
.sect-ano_texto--v2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .sect-ano_texto--v2 {
    font-size: 40px;
    font-weight: 700;
  }
}
.sect-ano.lights-on .carousel-cards-rir {
  transform: translateY(0);
  opacity: 1;
  transition: all cubic-bezier(0.5, 0, 0, 1) 1s 0.8s;
}
.sect-ano.lights-on .sect-ano_luz {
  opacity: 1;
}
.sect-ano.lights-on .sect-ano_luz {
  transition: all ease 1s;
}
.sect-ano.lights-on .sect-ano_logo {
  transform: translateY(0);
  opacity: 1;
}
.sect-ano.lights-on .sect-ano_logo {
  transition: all cubic-bezier(0.5, 0, 0, 1) 1s 0.5s;
}
.sect-ano.lights-on .sect-ano_svg {
  transform: translateY(0);
  opacity: 1;
}
.sect-ano.lights-on .sect-ano_svg {
  transition: all cubic-bezier(0.5, 0, 0, 1) 1s 0.6s;
}
.sect-ano.lights-on .sect-ano_texto {
  transform: translateY(0);
  opacity: 1;
}
.sect-ano.lights-on .sect-ano_texto {
  transition: all cubic-bezier(0.5, 0, 0, 1) 1s 0.7s;
}
.sect-ano.lights-on .sect-ano_destaque {
  transform: translateY(0);
  opacity: 1;
}
.sect-ano.lights-on .sect-ano_destaque {
  transition: all cubic-bezier(0.5, 0, 0, 1) 1s 0.6s;
}

.logo-rir-fundo {
  position: absolute;
  top: 45%;
  left: -100px;
  z-index: 1;
  width: 1200px;
  max-width: initial;
  opacity: 0.02;
  pointer-events: none;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .logo-rir-fundo {
    top: 50%;
    left: -400px;
    width: 3400px;
  }
}
@media (min-width: 1200px) {
  .logo-rir-fundo {
    left: -500px;
    width: 4500px;
  }
}

.completa-rir_sect {
  position: relative;
  color: #FFF;
}
.completa-rir_sect::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 587px;
  background: linear-gradient(180deg, #241B0E 0%, rgba(36, 27, 14, 0) 100%);
}
.completa-rir_sect .luzes {
  position: absolute;
}
.completa-rir_sect .luzes.esquerda {
  display: none;
  left: 0;
  top: -60px;
}
@media (min-width: 992px) {
  .completa-rir_sect .luzes.esquerda {
    display: block;
  }
}
.completa-rir_sect .luzes.direita {
  right: 0;
  top: -300px;
}
@media (min-width: 992px) {
  .completa-rir_sect .luzes.direita {
    top: -470px;
  }
}
.completa-rir_sect .mobile-overflow {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .completa-rir_sect .mobile-overflow {
    overflow: initial;
  }
}
.completa-rir_sect .container {
  position: relative;
  z-index: 2;
}
.completa-rir_sect .title {
  text-align: center;
  font-family: "ipiranga-titulos", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .completa-rir_sect .title {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .completa-rir_sect .title {
    font-size: 48px;
  }
}
.completa-rir_sect .text {
  text-align: center;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .completa-rir_sect .text {
    font-size: 24px;
    margin-bottom: 86px;
  }
}
.completa-rir_sect .numbers_wrapper {
  position: relative;
  padding-bottom: 67px;
}
.completa-rir_sect .numbers_wrapper .numbers_holder {
  position: relative;
  padding: 26px 0;
}
@media (min-width: 1200px) {
  .completa-rir_sect .numbers_wrapper .numbers_holder {
    padding-left: 5%;
  }
}
@media (min-width: 1400px) {
  .completa-rir_sect .numbers_wrapper .numbers_holder {
    padding-left: 10%;
  }
}
.completa-rir_sect .numbers_wrapper .numbers_holder:hover .numbers_card, .completa-rir_sect .numbers_wrapper .numbers_holder.active .numbers_card {
  transform: translateX(43px);
}
.completa-rir_sect .numbers_wrapper .numbers_holder:hover .numbers_card .number, .completa-rir_sect .numbers_wrapper .numbers_holder.active .numbers_card .number {
  color: white;
}
.completa-rir_sect .numbers_wrapper .numbers_holder + .numbers_holder {
  border-top: 1px solid #1D1E1E;
}
.completa-rir_sect .numbers_card {
  text-align: center;
  font-family: "ipiranga-titulos", sans-serif;
  max-width: 222px;
}
@media (min-width: 992px) {
  .completa-rir_sect .numbers_card {
    text-align: right;
    width: 100%;
    max-width: 202px;
    transition: 0.3s ease;
  }
}
.completa-rir_sect .numbers_card .number {
  display: inline-block;
  -webkit-text-stroke: 1px white;
  color: #FFF;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  transition: 0.3s ease;
}
@media (min-width: 992px) {
  .completa-rir_sect .numbers_card .number {
    color: transparent;
    font-size: 80px;
  }
}
.completa-rir_sect .numbers_card .card_text {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .completa-rir_sect .numbers_card .card_text {
    font-size: 16px;
  }
}
.completa-rir_sect .images_holder {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .completa-rir_sect .images_holder {
    right: 5%;
  }
}
@media (min-width: 1400px) {
  .completa-rir_sect .images_holder {
    right: 10%;
  }
}
.completa-rir_sect .image_wrapper {
  position: relative;
  transition: 0.6s ease;
}
.completa-rir_sect .image_wrapper .image {
  position: relative;
  z-index: 3;
}
.completa-rir_sect .image_wrapper .triangle {
  position: absolute;
  left: 50%;
  top: 50%;
}
.completa-rir_sect .image_wrapper .triangle.blue {
  z-index: 2;
  transform: rotateZ(-12deg) translate(-32%, -63%);
}
@media (min-width: 992px) {
  .completa-rir_sect .image_wrapper .triangle.blue {
    animation: blue-triangle-animation 0.6s ease forwards;
  }
}
.completa-rir_sect .image_wrapper .triangle.yellow {
  transform: rotateZ(-26deg) translate(-23%, -76%);
}
@media (min-width: 992px) {
  .completa-rir_sect .image_wrapper .triangle.yellow {
    animation: yellow-triangle-animation 0.6s ease forwards;
  }
}
.completa-rir_sect .numbers_carousel {
  overflow: visible;
}
.completa-rir_sect .numbers_carousel .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.completa-rir_sect .numbers_carousel .swiper-slide-active .image_wrapper .triangle.blue {
  animation: blue-triangle-animation 0.6s ease forwards;
}
.completa-rir_sect .numbers_carousel .swiper-slide-active .image_wrapper .triangle.yellow {
  animation: yellow-triangle-animation 0.6s ease forwards;
}
.completa-rir_sect .numbers_carousel .swiper-slide .image_wrapper {
  width: 296px;
}
.completa-rir_sect .numbers_carousel .swiper-slide .image_wrapper .triangle {
  display: block;
  width: 257px;
}
.completa-rir_sect .numbers_carousel .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.completa-rir_sect .numbers_carousel .swiper-button-next, .completa-rir_sect .numbers_carousel .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0045B5;
  color: white;
  font-size: 18px;
  transition: 0.3s ease;
  cursor: pointer;
}
.completa-rir_sect .numbers_carousel .swiper-button-next:hover, .completa-rir_sect .numbers_carousel .swiper-button-prev:hover {
  opacity: 0.8;
}
.completa-rir_sect .numbers_carousel .swiper-button-next::after, .completa-rir_sect .numbers_carousel .swiper-button-prev::after {
  display: none;
}
.completa-rir_sect .numbers_carousel .swiper-button-next.swiper-button-disabled, .completa-rir_sect .numbers_carousel .swiper-button-prev.swiper-button-disabled {
  background-color: #E9EAEA;
  opacity: 1;
}
.completa-rir_sect .numbers_carousel .swiper-button-next {
  right: 0;
}
.completa-rir_sect .numbers_carousel .swiper-button-prev {
  left: 0;
}

.aviso-vermelho {
  border-radius: 6px;
  background: #F04C25;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 15px 0;
  margin-bottom: 32px;
}
.aviso-vermelho .c-amarelo:hover {
  text-decoration: none;
  color: rgb(204, 167.2, 0);
}

.sect-transfer {
  padding: 60px 0 64px;
}
@media (min-width: 992px) {
  .sect-transfer {
    padding: 120px 0 94px;
  }
}
.sect-transfer_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: left;
  order: 2;
}
@media (min-width: 992px) {
  .sect-transfer_info {
    order: 1;
  }
}
.sect-transfer_info .titulo {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .sect-transfer_info .titulo {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1600px) {
  .sect-transfer_info .titulo {
    font-size: 40px;
  }
}
.sect-transfer_info .sub {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .sect-transfer_info .sub {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 500;
  }
}
.sect-transfer_info .paragrafo {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .sect-transfer_info .paragrafo {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.sect-transfer_info .mb-paragrafo {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .sect-transfer_info .mb-paragrafo {
    margin-bottom: 16px;
  }
}
.sect-transfer_info .link-amarelo {
  color: #FFD100;
  text-decoration: underline;
  transition: all ease 0.3s;
}
.sect-transfer_info .link-amarelo:hover {
  text-decoration: none;
}
.sect-transfer_info .box-baixar-kmv {
  border-radius: 16px;
  border: 1px solid #FFF;
  background: rgba(201, 203, 207, 0.12);
  padding: 24px;
}
@media (min-width: 992px) {
  .sect-transfer_info .box-baixar-kmv {
    display: none;
  }
}
.sect-transfer_info .box-baixar-kmv_texto {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  margin-right: 16px;
}
.sect-transfer_info .box-baixar-kmv .btn-box {
  height: 48px;
  margin-top: 16px;
}
.sect-transfer_info .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .sect-transfer_info .btn {
    display: none;
  }
}
.sect-transfer .qr-code {
  margin-right: 30px;
  max-width: 105px;
}
.sect-transfer .logo {
  max-width: 100px;
  margin-bottom: 8px;
}
.sect-transfer .texto-qr {
  color: #FFF;
  font-family: "Ipiranga-titulos";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.sect-transfer_image {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .sect-transfer_image {
    order: 2;
    height: 425px;
  }
}
@media (min-width: 1200px) {
  .sect-transfer_image {
    padding-left: 72px;
    margin-bottom: 0;
    height: initial;
  }
}

.carousel-cards-rir {
  overflow: visible !important;
  width: 100%;
  height: 100%;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .carousel-cards-rir {
    margin-top: 48px;
  }
}
.carousel-cards-rir .swiper-pagination {
  bottom: -27px !important;
}
@media (min-width: 992px) {
  .carousel-cards-rir .swiper-pagination {
    bottom: -37px !important;
  }
}
.carousel-cards-rir .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D1D3D4;
}
.carousel-cards-rir .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFD100;
}
.carousel-cards-rir .swipper-next-prev {
  display: none;
}
@media screen and (min-width: 992px) {
  .carousel-cards-rir .swipper-next-prev {
    display: flex;
    width: 588px;
    margin: auto;
    position: relative;
    z-index: 11;
  }
}
.carousel-cards-rir .swiper-button-next, .carousel-cards-rir .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -40px;
  top: initial;
  transform: initial;
  margin: initial;
  width: 32px;
  height: 32px;
}
.carousel-cards-rir .swiper-button-next::after, .carousel-cards-rir .swiper-button-prev::after {
  font-family: "icones-ipiranga" !important;
  font-size: inherit;
  font-style: normal !important;
  font-weight: normal !important;
  color: inherit;
  font-display: swap;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .carousel-cards-rir .swiper-button-next::after, .carousel-cards-rir .swiper-button-prev::after {
    color: #FFD100;
  }
}
.carousel-cards-rir .swiper-button-next {
  right: 0;
}
.carousel-cards-rir .swiper-button-next::after {
  content: "\e901";
}
.carousel-cards-rir .swiper-button-prev {
  left: 0;
}
.carousel-cards-rir .swiper-button-prev::after {
  content: "\e902";
}
.carousel-cards-rir .swiper-slide {
  opacity: 0.5;
  width: 100%;
  height: fit-content;
  transition: 0.4s ease;
}
@media (min-width: 992px) {
  .carousel-cards-rir .swiper-slide {
    width: 588px;
  }
}
.carousel-cards-rir .swiper-slide-active {
  opacity: 1;
}
.carousel-cards-rir .swiper-slide .card-rir {
  width: 100%;
  height: 100%;
}
.carousel-cards-rir .swiper-slide .card-rir_image {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}
.carousel-cards-rir .swiper-slide .card-rir_image::after {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.carousel-cards-rir .swiper-slide .card-rir_text {
  text-align: left;
  color: #FFF;
  font-size: 14px;
  margin: 8px 0 0;
}
@media (min-width: 992px) {
  .carousel-cards-rir .swiper-slide .card-rir_text {
    margin-top: 16px;
  }
}

.background-rir {
  background: linear-gradient(180deg, #FFD100 12.5%, #FABB01 28.85%);
}
.background-rir .btn-confira-regulamento {
  display: flex;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .background-rir .btn-confira-regulamento {
    width: fit-content;
  }
}
.background-rir .accordion-faq {
  margin-bottom: 40px;
}
.background-rir .accordion-faq .accordion-item {
  overflow: hidden;
  border: 2.5px solid #0045B5;
  background-color: white;
  border-radius: 40px;
  margin-bottom: 16px;
  transition: 0.4s ease;
}
@media (min-width: 992px) {
  .background-rir .accordion-faq .accordion-item {
    border-radius: 40px;
  }
}
.background-rir .accordion-faq .accordion-item:last-child {
  margin-bottom: 0;
}
.background-rir .accordion-faq .accordion-item .accordion-header .accordion-button {
  font-family: "ipiranga-titulos", sans-serif;
  position: relative;
  background-color: transparent;
  border: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0045B5;
  outline: none;
  box-shadow: none;
  padding: 16px 24px 16px 72px;
  min-height: 64px;
  transition: 0.4s ease;
}
@media (min-width: 992px) {
  .background-rir .accordion-faq .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 22px;
    padding: 24px 24px 24px 80px;
    min-height: initial;
  }
}
@media (min-width: 1600px) {
  .background-rir .accordion-faq .accordion-item .accordion-header .accordion-button {
    padding: 29px 32px 29px 80px;
  }
}
.background-rir .accordion-faq .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.background-rir .accordion-faq .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #0045B5 !important;
}
.background-rir .accordion-faq .accordion-item .accordion-header .accordion-button .icon_holder {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2.5px solid #0068FF;
}
@media (min-width: 992px) {
  .background-rir .accordion-faq .accordion-item .accordion-header .accordion-button .icon_holder {
    left: 32px;
  }
}
.background-rir .accordion-faq .accordion-item .accordion-header .accordion-button .icon_holder .bar {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 2.5px;
  background-color: #0068FF;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}
@media (min-width: 992px) {
  .background-rir .accordion-faq .accordion-item .accordion-header .accordion-button .icon_holder .bar {
    width: 18px;
  }
}
.background-rir .accordion-faq .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  color: #0068FF !important;
}
.background-rir .accordion-faq .accordion-item .accordion-header .accordion-button[aria-expanded=false] .icon_holder .bar:first-child {
  transform: translate(-50%, -50%) rotateZ(360deg);
}
.background-rir .accordion-faq .accordion-item .accordion-header .accordion-button[aria-expanded=false] .icon_holder .bar:last-child {
  transform: translate(-50%, -50%) rotateZ(270deg);
}
.background-rir .accordion-faq .accordion-item .accordion-body {
  padding: 0 24px 24px 72px;
  font-size: 16px;
  font-weight: 18px;
  transition: 0.4s ease;
}
@media (min-width: 992px) {
  .background-rir .accordion-faq .accordion-item .accordion-body {
    padding: 0 80px 24px 80px;
  }
}
.background-rir .accordion-faq .accordion-item .accordion-body :last-child {
  margin-bottom: 0;
}
.background-rir .faq_sect {
  padding: 88px 0 102px;
}
@media (min-width: 992px) {
  .background-rir .faq_sect {
    padding: 150px 0 125px;
  }
}
.background-rir .faq_sect .titulo {
  font-size: 24px;
  margin-bottom: 8px;
  color: black;
  text-align: center;
}
@media (min-width: 992px) {
  .background-rir .faq_sect .titulo {
    margin-bottom: 16px;
    font-size: 40px;
  }
}
.background-rir .faq_sect .paragrafo {
  text-align: center;
  font-size: 16px;
  margin-bottom: 32px;
  color: black;
}
@media (min-width: 992px) {
  .background-rir .faq_sect .paragrafo {
    margin-bottom: 48px;
    font-size: 18px;
  }
}
.background-rir .sect-transfer {
  padding: 0;
  padding-top: 88px;
  background-color: transparent;
}
@media (min-width: 992px) {
  .background-rir .sect-transfer {
    padding-top: 134px;
  }
}
@media (min-width: 1400px) {
  .background-rir .sect-transfer {
    padding-top: 158px;
  }
}
.background-rir .sect-transfer .titulo, .background-rir .sect-transfer .sub, .background-rir .sect-transfer .paragrafo, .background-rir .sect-transfer .texto-qr {
  color: #000;
}
.background-rir .sect-transfer .titulo {
  font-size: 24px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .background-rir .sect-transfer .titulo {
    font-size: 40px;
  }
}
.background-rir .sect-transfer .sub {
  font-family: "ipiranga-titulos", sans-serif;
  margin-bottom: 16px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .background-rir .sect-transfer .sub {
    font-size: 24px;
  }
}
.background-rir .sect-transfer .paragrafo {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .background-rir .sect-transfer .row {
    flex-direction: column-reverse;
  }
}
.background-rir .completa-rir_sect {
  padding: 0;
  padding-top: 54px;
  background-color: transparent;
}
@media (min-width: 992px) {
  .background-rir .completa-rir_sect {
    padding-top: 136px;
  }
}
.background-rir .completa-rir_sect::before {
  display: none;
}
.background-rir .completa-rir_sect .title, .background-rir .completa-rir_sect .text {
  color: black;
}
.background-rir .completa-rir_sect .title {
  font-size: 24px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .background-rir .completa-rir_sect .title {
    font-size: 40px;
  }
}
.background-rir .completa-rir_sect .text {
  font-size: 16px;
}
@media (min-width: 992px) {
  .background-rir .completa-rir_sect .text {
    font-size: 18px;
  }
}
.background-rir .completa-rir_sect .numbers_wrapper .numbers_holder {
  border-color: #FF9C00;
}
.background-rir .completa-rir_sect .numbers_wrapper .numbers_holder.active .number {
  color: #0045B5;
}
.background-rir .completa-rir_sect .numbers_card .number {
  color: #0045B5;
  -webkit-text-stroke: initial;
}
@media (min-width: 992px) {
  .background-rir .completa-rir_sect .numbers_card .number {
    color: transparent;
    -webkit-text-stroke: 1px #0045B5;
  }
}
.background-rir .completa-rir_sect .numbers_card .card_text {
  color: #0045B5;
}

.troque-pontos-sect {
  padding-top: 98px;
}
@media (min-width: 1400px) {
  .troque-pontos-sect {
    padding-top: 112px;
  }
}
.troque-pontos-sect .title {
  text-align: center;
  color: #000;
  font-family: "ipiranga-titulos", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .troque-pontos-sect .title {
    font-size: 40px;
    max-width: 714px;
    margin-left: auto;
    margin-right: auto;
  }
}
.troque-pontos-sect .text {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 72px;
}
@media (min-width: 992px) {
  .troque-pontos-sect .text {
    font-size: 18px;
    margin-bottom: 66px;
    max-width: 714px;
    margin-left: auto;
    margin-right: auto;
  }
}
.troque-pontos-sect .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 82px;
}
@media (min-width: 992px) {
  .troque-pontos-sect .content-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 46px;
  }
}
@media (min-width: 1400px) {
  .troque-pontos-sect .content-wrapper {
    gap: 56px;
  }
}
.troque-pontos-sect .content-wrapper .left-side {
  position: relative;
  padding: 0 32px 32px;
  border-radius: 32px;
  border: 1px solid var(--Cores-Neutras-branco, #FFF);
  background: var(--Globais-amarelo-500, #FED513);
}
@media (min-width: 992px) {
  .troque-pontos-sect .content-wrapper .left-side {
    width: calc(54% - 23px);
    padding: 0 56px 56px;
  }
}
@media (min-width: 1400px) {
  .troque-pontos-sect .content-wrapper .left-side {
    width: calc(54% - 28px);
  }
}
.troque-pontos-sect .content-wrapper .left-side_ticket {
  display: block;
  margin: -22px auto 18px;
  width: 211px;
}
@media (min-width: 992px) {
  .troque-pontos-sect .content-wrapper .left-side_ticket {
    width: initial;
    margin: -41px auto 43px;
  }
}
.troque-pontos-sect .content-wrapper .left-side_title {
  color: #0045B5;
  text-align: center;
  font-family: "ipiranga-titulos", sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: -5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .troque-pontos-sect .content-wrapper .left-side_title {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (min-width: 1400px) {
  .troque-pontos-sect .content-wrapper .left-side_title {
    font-size: 64px;
    line-height: 64px;
  }
}
.troque-pontos-sect .content-wrapper .left-side_title .c-laranja {
  color: #FF6900;
}
.troque-pontos-sect .content-wrapper .left-side_encerrado {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #F04C25;
  height: 72px;
  color: #FFF;
  font-family: "ipiranga-titulos", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -2px;
  text-transform: uppercase;
}
.troque-pontos-sect .content-wrapper .left-side .btn {
  width: 100%;
}
.troque-pontos-sect .content-wrapper .left-side_flutuante {
  position: absolute;
  bottom: -40px;
  width: 146px;
}
@media (min-width: 992px) {
  .troque-pontos-sect .content-wrapper .left-side_flutuante {
    width: initial;
    bottom: -62px;
  }
}
.troque-pontos-sect .content-wrapper .left-side_flutuante.right {
  right: 0;
}
.troque-pontos-sect .content-wrapper .left-side_flutuante.left {
  left: 0;
}
.troque-pontos-sect .content-wrapper .left-side_contador {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 992px) {
  .troque-pontos-sect .content-wrapper .left-side_contador {
    gap: 6px;
  }
}
@media (min-width: 1200px) {
  .troque-pontos-sect .content-wrapper .left-side_contador {
    gap: 8px;
  }
}
.troque-pontos-sect .content-wrapper .left-side .contador_item {
  text-align: center;
}
.troque-pontos-sect .content-wrapper .left-side .digitos {
  display: flex;
  gap: 2px;
}
@media (min-width: 992px) {
  .troque-pontos-sect .content-wrapper .left-side .digitos {
    gap: 3px;
  }
}
@media (min-width: 1200px) {
  .troque-pontos-sect .content-wrapper .left-side .digitos {
    gap: 4px;
  }
}
.troque-pontos-sect .content-wrapper .left-side .digitos span {
  background: linear-gradient(to bottom, #0065D4 50%, #0045B5 50%);
  color: white;
  font-size: 40px;
  font-weight: bold;
  padding: 10px 9px;
  border-radius: 8px;
  min-width: 35px;
  display: inline-block;
}
@media (min-width: 992px) {
  .troque-pontos-sect .content-wrapper .left-side .digitos span {
    font-size: 56px;
    padding: 17px 13px;
  }
}
@media (min-width: 1200px) {
  .troque-pontos-sect .content-wrapper .left-side .digitos span {
    font-size: 64px;
    padding: 21px 17px;
  }
}
.troque-pontos-sect .content-wrapper .left-side .divisor {
  color: #0056b3;
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .troque-pontos-sect .content-wrapper .left-side .divisor {
    font-size: 52px;
    margin-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  .troque-pontos-sect .content-wrapper .left-side .divisor {
    font-size: 64px;
    margin-bottom: 50px;
  }
}
.troque-pontos-sect .content-wrapper .left-side .contador_item p {
  margin-top: 6px;
  font-weight: 800;
  color: #000;
  text-transform: capitalize;
  font-size: 10px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .troque-pontos-sect .content-wrapper .left-side .contador_item p {
    font-size: 14px;
    margin-top: 9px;
  }
}
@media (min-width: 1200px) {
  .troque-pontos-sect .content-wrapper .left-side .contador_item p {
    font-size: 18px;
    margin-top: 12px;
  }
}
.troque-pontos-sect .content-wrapper .left-side_info {
  margin-top: 24px;
}
.troque-pontos-sect .content-wrapper .left-side_info-titulo {
  color: #000;
  text-align: center;
  font-family: "Ipiranga-titulos";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .troque-pontos-sect .content-wrapper .left-side_info-titulo {
    font-size: 17px;
  }
}
.troque-pontos-sect .content-wrapper .left-side_info-titulo .c-azul {
  color: #0045B5;
}
.troque-pontos-sect .content-wrapper .left-side_info-texto {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.troque-pontos-sect .content-wrapper .right-side {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .troque-pontos-sect .content-wrapper .right-side {
    width: calc(46% - 23px);
  }
}
@media (min-width: 1400px) {
  .troque-pontos-sect .content-wrapper .right-side {
    width: calc(46% - 28px);
  }
}
.troque-pontos-sect .content-wrapper .right-side_block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.troque-pontos-sect .content-wrapper .right-side_block .qr-code-wrapper {
  display: none;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .troque-pontos-sect .content-wrapper .right-side_block .qr-code-wrapper {
    display: flex;
  }
}
.troque-pontos-sect .content-wrapper .right-side_block .qr-code-wrapper .qr-code {
  width: 92px;
}
.troque-pontos-sect .content-wrapper .right-side_block .qr-code-wrapper .logo {
  width: 79px;
}
.troque-pontos-sect .content-wrapper .right-side_block .qr-code-wrapper .texto-qr {
  color: #000;
  font-family: "ipiranga-titulos", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.troque-pontos-sect .content-wrapper .right-side_block_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FF6900;
  color: #FFF;
  font-family: "ipiranga-titulos", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 992px) {
  .troque-pontos-sect .content-wrapper .right-side_block_number {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
.troque-pontos-sect .content-wrapper .right-side_block_content_title {
  color: #0045B5;
  font-family: "ipiranga-titulos", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .troque-pontos-sect .content-wrapper .right-side_block_content_title {
    font-size: 32px;
  }
}
.troque-pontos-sect .content-wrapper .right-side_block_content_text {
  color: #000;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0;
}
.troque-pontos-sect .content-wrapper .right-side_block_content_disclaimer {
  color: #000;
  font-size: 12px;
  line-height: normal;
  margin-top: 8px;
  margin-bottom: 0;
}
.troque-pontos-sect .disclaimer {
  text-align: center;
  color: #000;
  font-family: "ipiranga-titulos", sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 40px 0 0;
}
@media (min-width: 992px) {
  .troque-pontos-sect .disclaimer {
    font-size: 16px;
    margin-top: 82px;
  }
}
.troque-pontos-sect.alt .left-side_title {
  font-size: 28px;
  line-height: 105%;
  letter-spacing: -2px;
}
@media (min-width: 992px) {
  .troque-pontos-sect.alt .left-side_title {
    font-size: 35px;
    letter-spacing: -3px;
  }
}
@media (min-width: 1200px) {
  .troque-pontos-sect.alt .left-side_title {
    font-size: 44px;
  }
}

.pt-header-79 {
  padding-top: 79px !important;
}

.footer-landing {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
}
.footer-landing.rir-2026 {
  background-color: #FFD100;
}
/*# sourceMappingURL=estiloSiteIpiranga-rir.css.map */
