﻿html {
  position: relative;
}

* {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Decimal Book", sans-serif;
  transition: all 0.3s;
}

body {
  position: relative;
}

a, button, input[type=submit] {
  cursor: pointer;
}

main a:not([href]):not([class]), main a:not([href]):not([class]):hover {
  color: #fff;
}
main a, main button {
  background-color: #EE2E24;
  height: 67px;
  width: auto;
  padding: 0 40px;
  border-radius: 10px;
  color: #fff;
  font-family: "Decimal", sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
}
main a:hover, main button:hover {
  background-color: #b62025;
}
main a:active, main button:active {
  background-color: #b62025;
}

.bt-type1 div {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.bt-type1 span {
  height: 120px;
  background: #fff;
  position: absolute;
  top: -20px;
  transform: rotate(-25deg);
}
.bt-type1 span.span1 {
  width: 30px;
  left: -70px;
  animation: brilho1 infinite 5s;
}
.bt-type1 span.span2 {
  width: 10px;
  left: -30px;
  animation: brilho2 infinite 5s;
}

@keyframes brilho1 {
  0% {
    left: -70px;
  }
  12% {
    left: 600px;
  }
  100% {
    left: 600px;
  }
}
@keyframes brilho2 {
  0% {
    left: -30px;
  }
  12% {
    left: 630px;
  }
  100% {
    left: 630px;
  }
}
/***************************************************
[Header]
****************************************************/
header {
  background-color: rgba(0, 0, 0, 0.7);
  height: 70px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.3);
}
header .logo-bs {
  height: 20px;
}
header .menu-btn, header .close-btn {
  display: none;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .container .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header .container .menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .container .menu a {
  color: #fff;
  padding: 5px 20px;
  text-decoration: none;
  border-left: 1px solid #fff;
  transition: all 0.5s;
  text-decoration: none;
}
header .container .menu a span {
  font-family: "Decimal", sans-serif;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px solid transparent;
  display: inline-block;
  padding-bottom: 4px;
}
header .container .menu a:first-child {
  border: 0;
}
header .container .menu a:hover span, header .container .menu a:active span {
  border-bottom: 1px solid #fff;
}
header .container .menu a:not([href]):not([class]) {
  color: #fff;
}
header .container .menu a:not([href]):not([class]):hover {
  color: #fff;
}

/************************************************
    [Banners]
**************************************************/
.trapezio1 {
  --p: 70px; /* control the shape (can be percentage) */
  height: 180px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--p)) 100%, 0 100%);
  background: #C44D58;
}

.trapezio2 {
  --p: 70px; /* control the shape (can be percentage) */
  height: 180px;
  aspect-ratio: 1;
  clip-path: polygon(var(--p) 0, 100% 0, 100% 100%, 0 100%);
  background: #C44D58;
}

.main-banner {
  max-height: 800px;
  background: #000;
}
.main-banner .item {
  overflow: hidden;
}
.main-banner .container {
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px;
}
.main-banner .banner-bs .bg-corretor, .main-banner .banner-bs .bg-faixa {
  position: absolute;
  right: 0;
  top: 367.5px;
  height: 161px;
  background: #fff;
  width: 30px;
}
.main-banner .banner-bs .bg-corretor {
  right: calc(50% - 676px);
  z-index: 1;
}
.main-banner .banner-bs .bg-faixa {
  width: 50%;
}
.main-banner .banner-bs .imagem, .main-banner .banner-bs .texto {
  width: calc(50% + 125px);
  position: absolute;
  top: 0;
}
.main-banner .banner-bs .imagem {
  height: 800px;
  background-color: #000;
  left: 0;
  overflow: visible;
}
.main-banner .banner-bs .imagem img {
  height: 115%;
  width: auto;
  position: absolute;
  left: -90px;
  top: 0;
}
.main-banner .banner-bs .texto {
  --p: 250px; /* control the shape (can be percentage) */
  height: 800px;
  aspect-ratio: 1;
  clip-path: polygon(var(--p) 0, 100% 0, 100% 100%, 0 100%);
  background: #000;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  z-index: 1;
}
.main-banner .banner-bs .texto .logo-bf {
  width: 351px;
  height: auto;
  margin-left: 250px;
  animation: logoBF infinite 4s;
  margin-top: 20px;
}
.main-banner .banner-bs .texto .faixa {
  width: 100%;
  padding: 0 20px 0 270px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 161px;
}
.main-banner .banner-bs .texto p {
  margin: 0;
  text-transform: uppercase;
}
.main-banner .banner-bs .texto .p1 {
  font-size: 41px;
  line-height: 41px;
  font-family: "Decimal", sans-serif;
  font-weight: 600;
}
.main-banner .banner-bs .texto .p2 {
  font-size: 22px;
  line-height: 22px;
  font-family: "Decimal Book", sans-serif;
}
.main-banner .banner-bs .texto .p3 {
  font-size: 41px;
  line-height: 41px;
  font-family: "Decimal", sans-serif;
  font-weight: 900;
  color: #EE2E24;
}
.main-banner .banner-bs .texto .faixa-imagem img {
  width: auto;
  height: 121px;
}
.main-banner .banner-bs .texto .p4 {
  font-size: 20px;
  font-family: "Decimal", sans-serif;
  font-weight: 600;
  color: #EE2E24;
  padding-left: 250px;
}
.main-banner .banner-bs .texto .p4 span.branco {
  color: #fff;
  font-weight: 900;
}
.main-banner .banner-bs .texto .p4 span.linha-baixo {
  display: block;
  letter-spacing: 3px;
}
.main-banner .banner-bs .texto a {
  margin-left: 250px;
}
.main-banner .banner-bs .divisoria {
  width: 4px;
  height: 850px;
  background: #EE2E24;
  transform: rotate(17.3deg);
  position: absolute;
  top: -30px;
  left: calc(50% + 266px);
  z-index: 100;
}

.main-banner .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 400px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.main-banner .owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background: rgba(255, 1, 1, 0.6);
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
}
.main-banner .owl-carousel .owl-nav button span {
  display: none;
}
.main-banner .owl-carousel .owl-nav button.owl-next {
  background: rgba(255, 1, 1, 0.6) url(../images/2025/seta-dir.png) no-repeat;
  background-size: 16px auto;
  background-position: left 16px center;
}
.main-banner .owl-carousel .owl-nav button.owl-next:hover, .main-banner .owl-carousel .owl-nav button.owl-next:active {
  background: #EE2E24 url(../images/2025/seta-dir.png) no-repeat;
  background-size: 16px auto;
  background-position: left 16px center;
}
.main-banner .owl-carousel .owl-nav button.owl-prev {
  background: rgba(255, 1, 1, 0.6) url(../images/2025/seta-esq.png) no-repeat;
  background-size: 16px auto;
  background-position: right 16px center;
}
.main-banner .owl-carousel .owl-nav button.owl-prev:hover, .main-banner .owl-carousel .owl-nav button.owl-prev:active {
  background: #EE2E24 url(../images/2025/seta-esq.png) no-repeat;
  background-size: 16px auto;
  background-position: right 16px center;
}

.main-banner .banner-fs .container {
  background: url(../images/2025/foto-fs-2.jpg) no-repeat;
  background-size: 100% auto;
  background-position: top right;
  justify-content: flex-start;
  overflow: visible;
}
.main-banner .banner-fs .container .foto {
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.main-banner .banner-fs .texto {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-banner .banner-fs .texto .logo-bf {
  width: 388px;
  height: auto;
  margin-bottom: 30px;
}
.main-banner .banner-fs .texto .dizeres {
  width: 400px;
  height: auto;
  margin-bottom: 50px;
}
.main-banner .banner-fs .texto a {
  max-width: 330px;
}

@keyframes logoBF {
  0% {
    transform: rotate(0deg);
  }
  4% {
    transform: rotate(-5deg);
    transform: scale(105%);
  }
  9% {
    transform: rotate(5deg);
  }
  14% {
    transform: rotate(0deg);
    transform: scale(105%);
  }
  19% {
    transform: scale(100%);
  }
  100% {
    transform: rotate(0deg);
  }
}
/**************************************
    [Banners Promo]
****************************************/
.banner-promo {
  overflow: hidden;
}
.banner-promo .container {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.banner-promo .bg-bs, .banner-promo .bg-fs {
  display: none;
}
.banner-promo .texto {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding: 60px 0;
}
.banner-promo .texto .logo-bs {
  width: auto;
  height: 40px;
}
.banner-promo .texto .p1 {
  font-family: "Decimal Book", sans-serif;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  text-transform: uppercase;
}
.banner-promo .texto .p1 span {
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #EE2E24;
  font-family: "Decimal", sans-serif;
  font-weight: 900;
}
.banner-promo .texto .faixa-promo {
  background: #000;
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.banner-promo .texto .faixa-promo .aro, .banner-promo .texto .faixa-promo .marcas {
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Decimal", sans-serif;
  margin: 0;
}
.banner-promo .texto .faixa-promo .aro {
  font-size: 40px;
  line-height: 40px;
  color: #EE2E24;
}
.banner-promo .texto .faixa-promo .marcas {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
}
.banner-promo .texto .faixa-promo .marcas span {
  font-size: 24px;
  font-family: "Decimal Book", sans-serif;
  text-transform: none;
}
.banner-promo .texto .p2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.banner-promo .texto .botoes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.banner-promo .texto .botoes .bt-type1 {
  font-size: 20px;
  line-height: 20px;
  height: 54px;
}
.banner-promo .imagem {
  width: 40%;
}
.banner-promo .imagem .forma {
  position: absolute;
}
.banner-promo .imagem .forma1 {
  --p: 130px; /* control the shape (can be percentage) */
  height: 100%;
  aspect-ratio: 3/2;
  clip-path: polygon(var(--p) 0, 100% 0, calc(100% - var(--p)) 100%, 0 100%);
  background: #666;
  width: 300px;
  left: 150px;
}
.banner-promo .imagem .forma2 {
  --p: 130px; /* control the shape (can be percentage) */
  height: 100%;
  aspect-ratio: 3/2;
  clip-path: polygon(var(--p) 0, 100% 0, calc(100% - var(--p)) 100%, 0 100%);
  background: #EE2E24;
  width: 250px;
  left: 320px;
}
.banner-promo .imagem .forma3 {
  --p: 130px; /* control the shape (can be percentage) */
  height: 100%;
  aspect-ratio: 3/2;
  clip-path: polygon(var(--p) 0, 100% 0, calc(100% - var(--p)) 100%, 0 100%);
  background: #EE2E24;
  width: 140px;
  left: 460px;
}
.banner-promo .imagem .pneu {
  height: 450px;
  width: auto;
  left: 80px;
  position: absolute;
  bottom: 100px;
  animation: pneuBS ease infinite 4s;
}
.banner-promo .imagem .sombra {
  position: absolute;
  bottom: 20px;
  left: 150px;
  width: 190px;
  height: auto;
  animation: sombra ease infinite 4s;
}

.banner-promo.promo-fs {
  background: #f0f0f0;
}
.banner-promo.promo-fs .imagem .forma1 {
  background: #D9000E;
  left: -70px;
}
.banner-promo.promo-fs .imagem .forma2 {
  left: 100px;
}
.banner-promo.promo-fs .imagem .forma3 {
  left: 240px;
}
.banner-promo.promo-fs .imagem .pneu {
  left: 110px;
}
.banner-promo.promo-fs .imagem .sombra {
  left: 185px;
}
.banner-promo.promo-fs .texto .logo-bs {
  height: 50px;
}
.banner-promo.promo-fs .texto .faixa-promo {
  background: #EE2E24;
}
.banner-promo.promo-fs .texto .faixa-promo .aro {
  color: #000;
}

@keyframes pneuBS {
  0% {
    bottom: 100px;
  }
  15% {
    bottom: 170px;
  }
  30% {
    bottom: 90px;
  }
  35% {
    bottom: 100px;
  }
  100% {
    bottom: 100px;
  }
}
@keyframes sombra {
  0% {
    transform: scale(100%);
  }
  15% {
    transform: scale(60%);
  }
  30% {
    transform: scale(105%);
  }
  35% {
    transform: scale(100%);
  }
  100% {
    transform: scale(100%);
  }
}
/*****************************************
[Descontos]
*****************************************/
.bloco-descontos {
  padding: 60px 0;
}
.bloco-descontos .container {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloco-descontos h3 {
  font-family: "Decimal", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.bloco-descontos .botoes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.bloco-descontos .botoes .bt-type1 {
  font-size: 20px;
  line-height: 20px;
  height: 54px;
}
.bloco-descontos .botoes .bt-type1.cinza {
  background: #999;
}
.bloco-descontos .botoes .bt-type1.cinza:hover, .bloco-descontos .botoes .bt-type1.cinza:active {
  background: #666;
}
.bloco-descontos .logo-bs {
  height: 30px;
  width: auto;
  margin-bottom: 20px;
  margin-top: 50px;
}
.bloco-descontos .logo-fs {
  height: 35px;
  width: auto;
  margin-bottom: 20px;
  margin-top: 50px;
}
.bloco-descontos .table-container {
  border-radius: 20px;
  border: 2px solid #000;
  overflow: hidden;
}
.bloco-descontos .table-container.tb-fs {
  border: 2px solid #EE2E24;
}
.bloco-descontos table {
  table-layout: auto;
  width: auto;
  margin: 0 auto;
  width: 800px;
}
.bloco-descontos table thead tr th {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 24px;
  font-family: "Decimal", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
}
.bloco-descontos table thead tr th:first-child {
  text-align: left;
  padding-left: 50px;
  width: 100px;
}
.bloco-descontos table thead tr th:last-child {
  padding-right: 60px;
}
.bloco-descontos table thead.thead-fs tr th {
  background: #EE2E24;
}
.bloco-descontos table tbody tr td {
  padding: 5px 20px;
  border-top: 1px solid #ddd;
  text-align: right;
}
.bloco-descontos table tbody tr td:first-child {
  text-align: left;
  padding-left: 50px;
  width: 100px;
}
.bloco-descontos table tbody tr td:first-child p {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  font-family: "Decimal", sans-serif;
  padding-right: 30px;
  margin: 0;
  display: inline-block;
  width: auto;
}
.bloco-descontos table tbody tr td:first-child p span {
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 5px;
  right: 0;
}
.bloco-descontos table tbody tr td:nth-child(2) {
  text-align: left;
  padding: 5px 20px 5px 0;
}
.bloco-descontos table tbody tr td:nth-child(2) p {
  font-family: "Decimal", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
.bloco-descontos table tbody tr td:nth-child(2) p span {
  font-family: "Decimal Book", sans-serif;
  text-transform: none;
}
.bloco-descontos table tbody tr td:nth-child(4) {
  padding-right: 60px;
}
.bloco-descontos table tbody tr td:nth-child(3) p, .bloco-descontos table tbody tr td:nth-child(4) p {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Decimal", sans-serif;
  padding-left: 30px;
  width: auto;
  display: inline-block;
  margin: 0;
}
.bloco-descontos table tbody tr td:nth-child(3) p span, .bloco-descontos table tbody tr td:nth-child(4) p span {
  font-family: Roboto;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 8px;
  left: 4px;
}
.bloco-descontos table tbody tr td:nth-child(3) p.p-promo, .bloco-descontos table tbody tr td:nth-child(4) p.p-promo {
  font-size: 20px;
  line-height: 20px;
  font-family: "Decimal Book", sans-serif;
  text-align: right;
  text-transform: uppercase;
}
.bloco-descontos table tbody tr td:nth-child(3) p.p-promo span, .bloco-descontos table tbody tr td:nth-child(4) p.p-promo span {
  color: #EE2E24;
  font-family: "Decimal", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 22px;
  position: relative;
  bottom: auto;
  left: auto;
  display: block;
}
.bloco-descontos table tbody tr:nth-child(odd) td {
  background: #f0f0f0;
}

/***************************************
    [Simulador - Calculadora]
***************************************/
.bloco-simulador {
  padding: 40px 0 60px 0;
  overflow: hidden;
}
.bloco-simulador #mensagemErro {
  color: #EE2E24;
  text-align: center;
  font-weight: 600;
  margin: 0;
  display: inline;
}
.bloco-simulador .bg-cinza {
  width: 100%;
  height: 280px;
  background: #f0f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bloco-simulador .pneu-fs, .bloco-simulador .pneu-bs {
  position: absolute;
  width: 250px;
  height: 330px;
  bottom: -30px;
  text-align: center;
}
.bloco-simulador .pneu-fs .pneu, .bloco-simulador .pneu-bs .pneu {
  height: 300px;
  width: auto;
}
.bloco-simulador .pneu-fs .sombra, .bloco-simulador .pneu-bs .sombra {
  width: 100px;
  height: auto;
}
.bloco-simulador .pneu-fs {
  left: calc(50% - 580px);
}
.bloco-simulador .pneu-bs {
  right: calc(50% - 600px);
}
.bloco-simulador .card-simulador {
  width: 800px;
  padding: 50px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 15px 5px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.bloco-simulador h3 {
  font-size: 30px;
  line-height: 30px;
  font-family: "Decimal", sans-serif;
  font-weight: 900;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bloco-simulador p {
  text-align: center;
  margin-bottom: 50px;
}
.bloco-simulador .campos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.bloco-simulador .campo {
  width: 100%;
  margin-bottom: 30px;
}
.bloco-simulador .campo label {
  display: block;
  width: 100%;
  text-align: left;
}
.bloco-simulador .campo input, .bloco-simulador .campo select {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #999;
  background: #fff;
}
.bloco-simulador .campo input {
  padding: 0 20px;
}
.bloco-simulador .campo select {
  appearance: none;
  background: #fff url(../images/2025/arrow.png) no-repeat;
  background-size: 15px auto;
  background-position: right 20px center;
  padding: 0 50px 0 20px;
}
.bloco-simulador .bt-type1 {
  height: 50px;
  font-size: 20px;
  line-height: 20px;
  border: none;
}
.bloco-simulador .bt-simular {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.bloco-simulador .resultado {
  width: 100%;
  background: #000;
  height: auto;
  padding: 30px 20px 40px 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  display: none;
}
.bloco-simulador .resultado span {
  color: #fff;
  display: block;
}
.bloco-simulador .resultado span.tipo {
  font-family: "Decimal Book", sans-serif;
  margin-bottom: 10px;
  display: block;
  max-width: 400px;
  font-size: 16px;
  line-height: 20px;
}
.bloco-simulador .resultado span.desconto {
  font-size: 40px;
  line-height: 40px;
  font-family: "Decimal", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.bloco-simulador .resultado .bt-gerar {
  width: 320px;
  position: absolute;
  left: calc(50% - 160px);
  bottom: -40px;
}

/********************************/
.bloco-regulamento {
  overflow: hidden;
}
.bloco-regulamento .bg-cinza {
  display: none;
}
.bloco-regulamento .forma {
  position: absolute;
  top: 0;
}
.bloco-regulamento .forma1 {
  --p: 130px; /* control the shape (can be percentage) */
  height: 100%;
  aspect-ratio: 3/2;
  clip-path: polygon(var(--p) 0, 100% 0, calc(100% - var(--p)) 100%, 0 100%);
  background: #9A0003;
  width: 400px;
  left: 0px;
}
.bloco-regulamento .forma1b {
  --p: 130px; /* control the shape (can be percentage) */
  height: 100%;
  aspect-ratio: 3/2;
  clip-path: polygon(var(--p) 0, 100% 0, calc(100% - var(--p)) 100%, 0 100%);
  background: #9A0003 url(../images/2025/foto-fs-vermelho.jpg) no-repeat right top;
  background-size: cover;
  width: 400px;
  left: 0px;
  animation: faixa infinite 3s;
}
.bloco-regulamento .forma2 {
  --p: 130px; /* control the shape (can be percentage) */
  height: 100%;
  aspect-ratio: 3/2;
  clip-path: polygon(var(--p) 0, 100% 0, calc(100% - var(--p)) 100%, 0 100%);
  background: #EE2E24;
  width: 250px;
  left: 268px;
}
.bloco-regulamento .container {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.bloco-regulamento .texto {
  max-width: 60%;
  padding-right: 40px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.bloco-regulamento .texto h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bloco-regulamento .texto p {
  font-family: "Decimal Book", sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.bloco-regulamento .texto p span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #EE2E24;
}
.bloco-regulamento .texto a {
  margin-top: 20px;
  height: 50px;
  font-size: 20px;
  line-height: 20px;
  width: auto;
  display: inline-flex;
  border: none;
}
.bloco-regulamento .imagem {
  max-width: 40%;
  width: 40%;
}

@keyframes faixa {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  12% {
    opacity: 10%;
  }
  16% {
    opacity: 1;
  }
  100% {
    opacity: 100%;
  }
}
/**************************************
[Lojas Participantes]
****************************************/
.bloco3 {
  background: url(../images/2024/map.png) no-repeat center center;
  background-size: cover;
}
.bloco3 .container {
  padding-top: 40px;
}
.bloco3 .conteudo {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px;
  max-width: 400px;
}
.bloco3 h4 {
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.bloco3 p {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Decimal Book", sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
}
.bloco3 a, .bloco3 button {
  background-color: #EE2E24;
  height: 50px;
  font-size: 20px;
  line-height: 20px;
  width: 100%;
}
.bloco3 a:hover, .bloco3 a:active, .bloco3 button:hover, .bloco3 button:active {
  background-color: #000;
}

.modal .modal-title {
  font-family: "Pathway Gothic One", sans-serif;
  text-transform: uppercase;
}
.modal .modal-body li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.modal .modal-body li:last-child {
  border: none;
}
.modal .modal-body li:first-child {
  padding-top: 0;
}
.modal .modal-body p {
  font-size: 15px;
  line-height: 18px;
  font-family: "Pathway Gothic One", sans-serif;
}
.modal .modal-body p.destaque {
  font-size: 23px;
  line-height: 23px;
}
.modal .modal-footer .bt-fecha {
  background-color: #EE2E24;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin: 0 auto;
  display: inline-block;
  border: none;
}
.modal .modal-footer .bt-fecha:hover, .modal .modal-footer .bt-fecha:active {
  background-color: #000;
}

/******************************************
[Footer]
********************************************/
footer {
  background: #000;
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: "Decimal Book", sans-serif;
  font-size: 13px;
  line-height: 13px;
}

/*************************************
    [acima 1400]
****************************************/
@media screen and (min-width: 1501px) {
  .main-banner .banner-bs .texto .logo-bf {
    margin-left: 200px;
  }
  .main-banner .banner-bs .texto .faixa {
    padding: 0 20px 0 220px;
  }
  .main-banner .banner-bs .texto .p4 {
    padding-left: 200px;
  }
  .main-banner .banner-bs .texto a {
    margin-left: 0;
  }
}
/****************************************
    [1400]
*****************************************/
@media screen and (max-width: 1400px) {
  .main-banner {
    height: 700px;
  }
  .main-banner .container {
    height: 700px;
  }
  .main-banner .banner-bs .imagem {
    height: 700px;
  }
  .main-banner .banner-bs .divisoria {
    height: 740px;
    transform: rotate(19.6deg);
    top: -17px;
    left: calc(50% + 219px);
  }
  .main-banner .banner-bs .bg-faixa, .main-banner .banner-bs .bg-corretor {
    height: 150px;
    top: 317px;
  }
  .main-banner .banner-bs .bg-corretor {
    right: calc(50% - 576px);
  }
  .main-banner .banner-bs .texto {
    gap: 20px;
    height: 700px;
  }
  .main-banner .banner-bs .texto .logo-bf {
    width: 300px;
    margin-top: 20px;
    margin-left: 200px;
  }
  .main-banner .banner-bs .texto .faixa {
    height: 150px;
    padding: 0 20px 0 220px;
  }
  .main-banner .banner-bs .texto .p1, .main-banner .banner-bs .texto .p3 {
    font-size: 38px;
    line-height: 38px;
  }
  .main-banner .banner-bs .texto .p2 {
    font-size: 20px;
    line-height: 20px;
  }
  .main-banner .banner-bs .texto a, .main-banner .banner-bs .texto button {
    height: 55px;
    font-size: 20px;
    line-height: 20px;
    margin-left: 200px;
  }
  .main-banner .banner-bs .texto .p4 {
    padding-left: 200px;
  }
  .main-banner .banner-fs .texto {
    padding-left: 80px;
    padding-top: 40px;
  }
  .main-banner .banner-fs .texto .logo-bf {
    width: 338px;
  }
  .main-banner .banner-fs .texto .dizeres {
    width: 350px;
  }
  .main-banner .banner-fs .texto a, .main-banner .banner-fs .texto button {
    height: 55px;
    font-size: 20px;
    line-height: 20px;
  }
  .banner-promo.promo-fs .imagem .pneu {
    left: 50px;
  }
  .banner-promo.promo-fs .imagem .sombra {
    left: 125px;
  }
  .main-banner .owl-carousel .owl-nav {
    top: 350px;
  }
}
/******************************************
[1200]
******************************************/
@media screen and (max-width: 1200px) {
  .main-banner {
    height: 600px;
  }
  .main-banner .container {
    height: 600px;
  }
  .main-banner .banner-bs .divisoria {
    height: 640px;
    transform: rotate(22.6deg);
    top: -17px;
    left: calc(50% + 149px);
  }
  .main-banner .banner-bs .bg-faixa, .main-banner .banner-bs .bg-corretor {
    height: 140px;
    top: 273.5px;
  }
  .main-banner .banner-bs .bg-corretor {
    right: calc(50% - 506px);
  }
  .main-banner .banner-bs .imagem {
    height: 600px;
    width: calc(45% + 125px);
  }
  .main-banner .banner-bs .texto {
    height: 600px;
    width: calc(55% + 125px);
  }
  .main-banner .banner-bs .texto .logo-bf {
    width: 250px;
    margin-top: 40px;
    margin-left: 150px;
  }
  .main-banner .banner-bs .texto .p1, .main-banner .banner-bs .texto .p3 {
    font-size: 34px;
    line-height: 34px;
  }
  .main-banner .banner-bs .texto .p2 {
    font-size: 18px;
    line-height: 18px;
  }
  .main-banner .banner-bs .texto .faixa {
    height: 140px;
    padding: 0 20px 0 170px;
  }
  .main-banner .banner-bs .texto .faixa-imagem img {
    height: 101px;
  }
  .main-banner .banner-bs .texto .p4 {
    font-size: 18px;
    line-height: 24px;
    padding-left: 150px;
  }
  .main-banner .banner-bs .texto a, .main-banner .banner-bs .texto button {
    height: 50px;
    font-size: 18px;
    line-height: 18px;
    margin-left: 150px;
  }
  .main-banner .banner-fs a, .main-banner .banner-fs button {
    height: 50px;
    font-size: 18px;
    line-height: 18px;
  }
  .main-banner .banner-fs .texto .logo-bf {
    width: 308px;
  }
  .main-banner .banner-fs .texto .dizeres {
    width: 320px;
    margin-bottom: 30px;
  }
  .main-banner .owl-carousel .owl-nav {
    top: 303px;
  }
  /*************** Promos **********/
  .banner-promo .texto {
    gap: 20px;
  }
  .banner-promo .texto .logo-bs {
    height: 30px;
  }
  .banner-promo .texto .p1 {
    font-size: 40px;
    line-height: 40px;
  }
  .banner-promo .texto .p1 span {
    font-size: 48px;
    line-height: 48px;
  }
  .banner-promo .texto .faixa-promo {
    padding: 20px 0;
  }
  .banner-promo .texto .faixa-promo .aro {
    font-size: 35px;
    line-height: 35px;
  }
  .banner-promo .texto .faixa-promo .marcas {
    font-size: 22px;
    line-height: 22px;
  }
  .banner-promo .texto .faixa-promo .marcas span {
    font-size: 20px;
  }
  .banner-promo .texto .botoes .bt-type1 {
    padding: 0 25px;
    font-size: 18px;
    line-height: 18px;
    height: 50px;
  }
  .banner-promo .imagem .pneu {
    height: 370px;
    left: 60px;
    bottom: 60px;
  }
  .banner-promo .imagem .sombra {
    width: 130px;
    left: 130px;
  }
  .banner-promo .imagem .forma1 {
    left: 20px;
  }
  .banner-promo .imagem .forma2 {
    left: 190px;
  }
  .banner-promo .imagem .forma3 {
    left: 330px;
  }
  .banner-promo.promo-fs .texto .logo-bs {
    height: 38px;
  }
  @keyframes pneuBS {
    0% {
      bottom: 60px;
    }
    15% {
      bottom: 130px;
    }
    30% {
      bottom: 50px;
    }
    35% {
      bottom: 60px;
    }
    100% {
      bottom: 60px;
    }
  }
  /*************  Descontos ********/
  .bloco-descontos {
    padding: 40px 0 0 0;
  }
  .bloco-descontos h3 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }
  .bloco-simulador {
    padding: 70px 0 60px 0;
  }
  .bloco-simulador .card-simulador {
    width: 700px;
  }
  .bloco-simulador .pneu-fs {
    left: calc(50% - 500px);
  }
  .bloco-simulador .pneu-bs {
    right: calc(50% - 510px);
  }
  /***************** Bloco 3 ****************/
  .bloco3 {
    margin-bottom: -5px;
  }
}
/**********************************************
[992]
************************************************/
@media screen and (max-width: 992px) {
  main a {
    padding: 0 20px;
    font-size: 15px;
    line-height: 15px;
  }
  header {
    height: 50px;
  }
  header .container .logo img.logo-img {
    height: 16px;
  }
  header .menu-btn, header .close-btn {
    background: none;
    border: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .menu-btn img, header .close-btn img {
    width: 20px;
    height: 20px;
  }
  header .menu-btn {
    display: block;
  }
  header .close-btn {
    display: none;
    z-index: 201;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  header .container .menu {
    display: block;
    transition: all 0.5s;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 200;
    background-color: #000;
    right: -100vw;
    top: 0;
    padding: 30px;
  }
  header .container .menu.ativo {
    right: 0;
  }
  header .container .menu a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    border-left: 0;
  }
  header .container .menu a:first-child {
    border-bottom: 1px solid #fff;
  }
  header .container .menu a:hover span, header .container .menu a:active span {
    border-bottom: 1px solid transparent;
  }
  .bloco-descontos .botoes .bt-type1,
  .bloco-simulador .bt-type1,
  .bloco-regulamento .texto a,
  .bloco3 button, .bloco3 a {
    padding: 0 15px;
    font-size: 16px;
    line-height: 16px;
    height: 45px;
  }
  .bloco-descontos h3,
  .bloco-simulador h3,
  .bloco-regulamento .texto h3,
  .bloco3 h4 {
    font-size: 24px;
    line-height: 24px;
  }
  .main-banner .owl-carousel .owl-nav {
    padding: 0;
    top: 243px;
  }
  .main-banner .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
  }
  .main-banner .owl-carousel .owl-nav button.owl-prev {
    background: rgba(255, 1, 1, 0.6) url(../images/2025/seta-esq.png) no-repeat;
    background-size: 13px auto;
    background-position: right 14px center;
  }
  .main-banner .owl-carousel .owl-nav button.owl-prev:hover, .main-banner .owl-carousel .owl-nav button.owl-prev:active {
    background: rgb(255, 1, 1) url(../images/2025/seta-esq.png) no-repeat;
    background-size: 13px auto;
    background-position: right 14px center;
  }
  .main-banner .owl-carousel .owl-nav button.owl-next {
    background: rgba(255, 1, 1, 0.6) url(../images/2025/seta-dir.png) no-repeat;
    background-size: 13px auto;
    background-position: left 13px center;
  }
  .main-banner .owl-carousel .owl-nav button.owl-next:hover, .main-banner .owl-carousel .owl-nav button.owl-next:active {
    background: rgb(255, 1, 1) url(../images/2025/seta-dir.png) no-repeat;
    background-size: 13px auto;
    background-position: left 13px center;
  }
  .main-banner {
    height: 500px;
  }
  .main-banner .container {
    height: 500px;
  }
  .main-banner .texto {
    height: 500px;
  }
  .main-banner .imagem {
    height: 500px;
  }
  .main-banner .banner-bs .divisoria {
    left: calc(50% + 99px);
    height: 580px;
    transform: rotate(26.6deg);
    top: -46px;
  }
  .main-banner .banner-bs .bg-faixa, .main-banner .banner-bs .bg-corretor {
    height: 120px;
    top: 221.5px;
  }
  .main-banner .banner-bs .bg-corretor {
    right: calc(50% - 368px);
  }
  .main-banner .banner-bs .imagem {
    height: 500px;
  }
  .main-banner .banner-bs .imagem img {
    height: 110%;
    left: -120px;
  }
  .main-banner .banner-bs .texto {
    height: 500px;
  }
  .main-banner .banner-bs .texto .logo-bf {
    width: 180px;
  }
  .main-banner .banner-bs .texto .p1, .main-banner .banner-bs .texto .p3 {
    font-size: 30px;
    line-height: 30px;
  }
  .main-banner .banner-bs .texto .p2 {
    font-size: 16px;
    line-height: 16px;
  }
  .main-banner .banner-bs .texto .faixa {
    height: 120px;
  }
  .main-banner .banner-bs .texto .p4 {
    font-size: 16px;
    line-height: 18px;
  }
  .main-banner .banner-bs .texto .p4 span.linha-baixo {
    letter-spacing: 2.5px;
  }
  .main-banner .banner-bs .texto a, .main-banner .banner-bs .texto button {
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
  }
  .main-banner .banner-fs .texto {
    align-items: center;
    padding-left: 40px;
  }
  .main-banner .banner-fs .texto .logo-bf {
    width: 238px;
  }
  .main-banner .banner-fs .texto .dizeres {
    width: 250px;
  }
  .main-banner .banner-fs .texto a, .main-banner .banner-fs .texto button {
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
  }
  .banner-promo .texto {
    padding: 40px 0;
  }
  .banner-promo .texto .faixa-promo {
    flex-direction: column;
    gap: 10px;
  }
  .banner-promo .texto .faixa-promo .marcas {
    text-align: center;
  }
  .banner-promo .texto .p2 {
    font-size: 15px;
    line-height: 20px;
    max-width: 90%;
  }
  .banner-promo .texto .botoes .bt-type1 {
    padding: 0 15px;
    font-size: 15px;
    line-height: 15px;
    height: 45px;
  }
  .banner-promo .imagem .pneu {
    height: 320px;
    left: 50px;
  }
  .banner-promo .imagem .sombra {
    width: 110px;
    left: 115px;
  }
  .banner-promo .imagem .forma1 {
    width: 250px;
  }
  .banner-promo .imagem .forma2 {
    width: 200px;
    left: 140px;
  }
  .banner-promo .imagem .forma3 {
    left: 230px;
  }
  .banner-promo.promo-fs .imagem .forma2 {
    left: 50px;
  }
  .banner-promo.promo-fs .imagem .forma3 {
    left: 140px;
  }
  .banner-promo.promo-fs .imagem .pneu {
    left: 0;
  }
  .banner-promo.promo-fs .imagem .sombra {
    left: 65px;
  }
  .bloco-regulamento {
    overflow: hidden;
    margin-top: 0;
  }
  .bloco-regulamento .texto {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bloco-regulamento .texto p {
    font-size: 13px;
    line-height: 16px;
  }
  .bloco-regulamento .forma1, .bloco-regulamento .forma1b {
    left: -40px;
  }
  .bloco-regulamento .forma2 {
    left: 228px;
  }
  .bloco-simulador {
    padding: 50px 0;
  }
  .bloco-simulador .card-simulador {
    width: 600px;
  }
  .bloco-simulador .card-simulador .resultado span.desconto {
    font-size: 30px;
    line-height: 30px;
  }
  .bloco-simulador .card-simulador .resultado .bt-gerar {
    bottom: -30px;
  }
  .bloco-simulador .card-simulador p {
    font-size: 15px;
    line-height: 20px;
  }
  .bloco-simulador .pneu-fs .pneu, .bloco-simulador .pneu-bs .pneu {
    height: 240px;
  }
  .bloco-simulador .pneu-fs .sombra, .bloco-simulador .pneu-bs .sombra {
    width: 80px;
  }
  .bloco-simulador .pneu-bs {
    right: calc(50% - 450px);
  }
  .bloco-simulador .pneu-fs {
    left: calc(50% - 440px);
  }
  .bloco-descontos {
    padding: 40px 0 30px 0;
    overflow: hidden;
  }
  .bloco-descontos .table-container {
    max-width: 100%;
  }
  .bloco-descontos table {
    width: 100%;
  }
  .bloco-descontos table thead tr th {
    font-size: 18px;
    line-height: 18px;
    padding: 20px;
  }
  .bloco-descontos table thead tr th:first-child {
    padding-left: 20px;
  }
  .bloco-descontos table thead tr th:last-child {
    padding-right: 20px;
  }
  .bloco-descontos table tbody tr td:first-child {
    padding-left: 20px;
    padding-right: 0;
  }
  .bloco-descontos table tbody tr td:first-child p {
    font-size: 40px;
    line-height: 40px;
  }
  .bloco-descontos table tbody tr td:first-child p span {
    font-size: 30px;
    line-height: 30px;
    right: 8px;
  }
  .bloco-descontos table tbody tr td:last-child {
    padding-right: 20px;
  }
  .bloco-descontos table tbody tr td:nth-child(2) p {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
  }
  .bloco-descontos table tbody tr td:nth-child(3) p, .bloco-descontos table tbody tr td:nth-child(4) p {
    font-size: 32px;
    line-height: 32px;
  }
  .bloco-descontos table tbody tr td:nth-child(3) p span, .bloco-descontos table tbody tr td:nth-child(4) p span {
    font-size: 16px;
    line-height: 16px;
    bottom: 6px;
    left: 7px;
  }
}
/***********************************************
[768]
************************************************/
@media screen and (max-width: 768px) {
  header .logo-bs {
    height: 18px;
  }
  .main-banner .banner-bs .divisoria {
    left: calc(50% + 32px);
  }
  .main-banner .banner-bs .bg-corretor {
    right: calc(50% - 282px);
  }
  .main-banner .banner-bs .texto {
    width: calc(65% + 125px);
  }
  .main-banner .banner-bs .imagem {
    width: calc(35% + 125px);
  }
  .main-banner .banner-bs .imagem img {
    height: 106%;
    left: -200px;
  }
  .main-banner .banner-fs .container .foto {
    left: -100px;
  }
  .banner-promo .container {
    flex-wrap: wrap;
    align-items: center;
  }
  .banner-promo .container .texto {
    width: 100%;
  }
  .banner-promo .container .imagem {
    width: 100%;
    height: 400px;
  }
  .banner-promo .bg-bs, .banner-promo .bg-fs {
    position: absolute;
    height: 400px;
    width: 100%;
    background: #f0f0f0;
    bottom: 0;
    left: 0;
    display: block;
  }
  .banner-promo .texto .p1 {
    font-size: 30px;
    line-height: 30px;
  }
  .banner-promo .texto .p1 span {
    font-size: 36px;
    line-height: 36px;
  }
  .banner-promo .texto .logo-bs {
    height: 23px;
  }
  .banner-promo.promo-fs .imagem .pneu, .banner-promo.promo-bs .imagem .pneu {
    height: 260px;
    left: calc(50% - 90px);
  }
  .banner-promo.promo-fs .imagem .sombra, .banner-promo.promo-bs .imagem .sombra {
    width: 80px;
    left: calc(50% - 30px);
  }
  .banner-promo.promo-fs .imagem .forma1, .banner-promo.promo-bs .imagem .forma1 {
    left: calc(50% - 235px);
  }
  .banner-promo.promo-fs .imagem .forma2, .banner-promo.promo-bs .imagem .forma2 {
    left: calc(50% - 115px);
  }
  .banner-promo.promo-fs .imagem .forma3, .banner-promo.promo-bs .imagem .forma3 {
    left: calc(50% - 30px);
  }
  .banner-promo.promo-fs {
    background: #fff;
  }
  .banner-promo.promo-fs .container {
    flex-direction: column-reverse;
  }
  .banner-promo.promo-fs .texto .logo-bs {
    height: 28px;
  }
  .bloco-regulamento .bg-red {
    display: none;
  }
  .bloco-regulamento .container {
    flex-direction: column;
    align-items: center;
  }
  .bloco-regulamento .bg-cinza {
    display: block;
    height: 300px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f0f0f0;
  }
  .bloco-regulamento .texto {
    max-width: none;
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }
  .bloco-regulamento .texto h3 {
    font-size: 26px;
    line-height: 26px;
    text-align: center;
  }
  .bloco-regulamento .texto p {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }
  .bloco-regulamento .texto a {
    padding: 0 20px;
  }
  .bloco-regulamento .imagem {
    height: 300px;
    width: 100%;
    max-width: none;
  }
  .bloco-regulamento .forma1, .bloco-regulamento .forma1b {
    left: calc(50% - 240px);
  }
  .bloco-regulamento .forma2 {
    left: calc(50% + 20px);
  }
  .bloco3 h4 {
    font-size: 26px;
    line-height: 26px;
  }
  .bloco3 p {
    font-size: 15px;
    line-height: 18px;
  }
  .bloco3 .conteudo {
    margin-right: auto;
    margin-left: auto;
  }
  .bloco3 .pin {
    left: 446px;
    bottom: 1px;
    height: 70px;
  }
  .modal .modal-body p.destaque {
    font-size: 20px;
    line-height: 20px;
  }
  .bloco-descontos h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .bloco-descontos .logo-bs {
    height: 25px;
  }
  .bloco-descontos .logo-fs {
    height: 28px;
  }
  .bloco-descontos table thead tr th {
    padding: 20px 10px;
    font-size: 16px;
    line-height: 16px;
    width: auto;
  }
  .bloco-descontos table thead tr th:first-child {
    padding-left: 20px;
  }
  .bloco-descontos table tbody tr td {
    padding: 10px;
  }
  .bloco-descontos table tbody tr td:first-child {
    padding-left: 20px;
    width: auto;
  }
  .bloco-descontos table tbody tr td:first-child p {
    font-size: 35px;
    line-height: 35px;
  }
  .bloco-descontos table tbody tr td:nth-child(2) {
    padding: 10px 0;
  }
  .bloco-descontos table tbody tr td:nth-child(2) p {
    font-size: 13px;
    line-height: 13px;
  }
  .bloco-descontos table tbody tr td:nth-child(3) p, .bloco-descontos table tbody tr td:nth-child(4) p {
    font-size: 28px;
    line-height: 28px;
  }
  .bloco-descontos table tbody tr td:nth-child(3) p.p-promo span, .bloco-descontos table tbody tr td:nth-child(4) p.p-promo span {
    font-size: 20px;
    line-height: 20px;
  }
  .bloco-descontos table tbody tr td:nth-child(3) {
    padding-right: 0;
  }
  .bloco-simulador {
    padding: 20px 0 50px 0;
  }
  .bloco-simulador .card-simulador {
    width: calc(100% - 40px);
    padding: 30px;
  }
  .bloco-simulador .card-simulador .resultado .bt-gerar {
    width: 260px;
    left: calc(50% - 130px);
  }
  .bloco-simulador .campos {
    flex-direction: column;
    gap: 0;
  }
  .bloco-simulador .pneu-bs, .bloco-simulador .pneu-fs {
    display: none;
  }
}
/******************************************
[575]
******************************************/
@media screen and (max-width: 575px) {
  .main-banner .imagem {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .main-banner .banner-bs .divisoria {
    display: none;
  }
  .main-banner .banner-bs .imagem {
    width: 100%;
    background: #000;
  }
  .main-banner .banner-bs .imagem img {
    left: 0;
    height: 110%;
    opacity: 0.4;
    left: -110px;
  }
  .main-banner .banner-bs .texto {
    --p: 0;
    width: 100%;
    background: none;
  }
  .main-banner .banner-bs .texto .logo-bf {
    margin-left: 0;
  }
  .main-banner .banner-bs .texto .faixa {
    padding-left: 0;
    padding: 0;
  }
  .main-banner .banner-bs .texto .p4 {
    padding-left: 0;
  }
  .main-banner .banner-bs .texto a {
    margin-left: 0;
  }
  .main-banner .owl-carousel .owl-nav {
    top: 250px;
  }
  .main-banner .banner-fs .container {
    background: #000;
  }
  .main-banner .banner-fs .container .foto {
    opacity: 0.3;
    left: auto;
    right: -100px;
  }
  .main-banner .banner-fs .texto {
    width: 100%;
    padding-left: 0;
  }
  .banner-promo .botoes {
    flex-direction: column;
  }
  .banner-promo .botoes .bt-type1 {
    width: 250px;
  }
  .bloco-descontos {
    padding: 20px 0 0 0;
    background: #fff;
  }
  .bloco-descontos .botoes {
    flex-direction: column;
  }
  .bloco-descontos .botoes a.bt-type1 {
    width: 300px;
  }
  .bloco-descontos .table-container {
    padding: 0;
    box-shadow: none;
    max-width: calc(100% - 40px);
    width: 100%;
    background: none;
  }
  .bloco-descontos .table-container {
    border: 0;
  }
  .bloco-descontos table thead {
    display: none;
  }
  .bloco-descontos table tbody {
    width: 100%;
  }
  .bloco-descontos table tbody tr:nth-child(odd) td {
    background: #fff;
  }
  .bloco-descontos table tbody tr {
    border: 2px solid #000;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .bloco-descontos table tbody tr:before {
    content: "";
    height: 50px;
    background: #000;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .bloco-descontos table tbody tr td {
    border-top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
  }
  .bloco-descontos table tbody tr td:first-child, .bloco-descontos table tbody tr td:nth-child(2) {
    background: none;
    height: 50px;
  }
  .bloco-descontos table tbody tr td:first-child {
    max-width: 130px;
    width: auto;
  }
  .bloco-descontos table tbody tr td:first-child p {
    padding-right: 0;
    color: #fff;
  }
  .bloco-descontos table tbody tr td:first-child p span {
    position: relative;
    top: auto;
    right: auto;
  }
  .bloco-descontos table tbody tr td:first-child:before {
    color: #fff;
  }
  .bloco-descontos table tbody tr td:nth-child(2) {
    max-width: calc(100% - 130px);
    width: 100%;
    color: #fff;
  }
  .bloco-descontos table tbody tr td:before {
    content: attr(data-label);
  }
  .bloco-descontos table tbody tr td:nth-child(3), .bloco-descontos table tbody tr td:nth-child(4) {
    width: 50%;
    flex-direction: column;
    gap: 0;
    padding: 10px;
  }
  .bloco-descontos table tbody tr td:nth-child(3) p, .bloco-descontos table tbody tr td:nth-child(4) p {
    font-weight: 900;
    padding-left: 0;
    font-size: 34px;
    line-height: 30px;
  }
  .bloco-descontos table tbody tr td:nth-child(3) p span, .bloco-descontos table tbody tr td:nth-child(4) p span {
    font-family: "Decimal", sans-serif;
    font-weight: 900;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .bloco-descontos table tbody tr td:nth-child(4) {
    border-left: 1px solid #000;
  }
  .bloco-descontos table tbody tr td:nth-child(4) p.p-promo {
    font-weight: 900;
    font-family: "Decimal", sans-serif;
    padding-left: 0;
  }
  .bloco-descontos table, .bloco-descontos table tbody {
    display: block;
  }
  .bloco-descontos .table-container.tb-fs {
    border: 0;
  }
  .bloco-descontos .table-container.tb-fs table tbody tr {
    border: 2px solid #EE2E24;
  }
  .bloco-descontos .table-container.tb-fs table tbody tr:before {
    background: #EE2E24;
  }
  .bloco-simulador {
    padding: 20px 0 40px 0;
    background: #fff;
  }
  .bloco-simulador .card-simulador .resultado span.desconto {
    font-size: 26px;
    line-height: 26px;
  }
  .bloco-regulamento {
    margin-top: 0;
    padding: 0;
    background: #fff;
  }
  .bloco-regulamento .container {
    max-width: 400px;
    flex-direction: column;
  }
  .bloco-regulamento .texto {
    max-width: 100%;
    text-align: center;
  }
  .bloco3 {
    padding: 30px 0;
  }
  .bloco3 .pin {
    display: none;
  }
  .bloco3 .container {
    padding: 20px 20px 0 20px;
    border-radius: 20px;
    max-width: calc(100% - 40px);
  }
  .bloco3 .conteudo {
    padding: 30px;
  }
  footer p {
    text-align: center;
  }
}
