* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.fundo {
  background: url("../assets/images/LojaTopoGradiente2A.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
}

.fundo-comportamento {
  margin-left: 10%;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .fundo-comportamento {
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.menu-bar-topo {
  justify-content: space-around;
}

.texto-fundo-tamanho {
  font-size: 50px;
  display: block;
  line-height: 55px;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .texto-fundo-tamanho {
    font-size: 40px;
    line-height: 45px;
    margin-top: 45px;
  }
}

.btn-escolher-servico {
  background-color: #ca171d !important;
  color: white !important;
}

.fundo-footer {
  background-image: url("../assets/images/pneu-footer.png") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.background-confira-unidades {
  background: url("../assets/images/mapa-pontos.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}

.confira-unidade-label {
  font-size: 32px;
}

@media screen and (min-width: 0px) and (max-width: 520px) {
  .confira-unidade-label {
    font-size: 27px;
  }
}

.cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  width: 50px;
  height: 50px;
  background-color: white;
  margin: 5px 5%;
}

.card:hover {
  cursor: pointer;
}

.btn-azul {
  background-color: #FFA401 !important;
  color: white !important;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.fundo-escuro {
  background-color: #000000;
}

.btn-azul:hover {
  background-color: #28436d;
  color: white;
}

.btn {
  width: 150px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: white;
  color: black;
}

.options-pagamentos-footer {
  display: flex;
  align-items: center;
  list-style-type: none;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}

.options-pagamentos-footer li {
  background-color: white;
  margin: 5px;
  width: 30px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.options-footer {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.options-footer a {
  color: white;
  text-decoration: none;
}

.options-footer a:hover {
  text-decoration: underline;
}

.options-footer-img {
  display: flex;
  align-items: center;
  list-style-type: none;
  gap: 5%;
  padding: 0;
  margin: 0;
}

.options-footer-img li {
  margin: 5px;
}

.options-footer-img li a:hover {
  cursor: pointer;
}

@media screen and (min-width: 0px) and (max-width: 520px) {
  .btn {
    width: 100px;
    font-size: 0.75rem;
  }
}

.lista-unidades li {
  margin: 20px 0px;
}


.cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
  flex-wrap: wrap;
}

.card {
  width: 240px;
  height: 240px;
  margin: 10px 0px;
  float: left;
  transition: transform 0.4s;
  transform-style: preserve-3d;
}

.back {
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.btn-azul {
  background-color: #355993;
  color: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn-azul:hover {
  background-color: #28436d;
  color: white;
}

.card-flip-text {
  font-size: 14px;
}

.front,
.back {
  position: absolute;
  backface-visibility: hidden;
}

.card:hover {
  cursor: pointer;
  transform: rotateY(180deg);
  transition: transform 0.5s;
}

.c-1-fundo {
  background: url("../assets/images/suspencao.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.c-2-fundo {
  background: url("../assets/images/mecanica.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.c-3-fundo {
  background: url("../assets/images/troca-de-oleo.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.c-4-fundo {
  background: url("../assets/images/pecas.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.c-5-fundo {
  background: url("../assets/images/alinhamento.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.c-6-fundo {
  background: url("../assets/images/pneu.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.center-all {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}


.fundo-busca-pneu {
  background-image: url("../assets/images/pneus-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 330px;
}

.cards-pneus {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
}

.card-pneu {
  background-color: white;
  width: 40%;
  height: 80px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 5px;
  padding: 5px;
  border-radius: 10px;
}

.card-pneu:hover {
  cursor: pointer;
  border-radius: 10px;
}

.card-pneu-categoria {
  width: 120px;
  height: 40px;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 5px;
  border-radius: 10px;
}


.card-pneu-categoria select {
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
}

.card-pneu-categoria select:hover {
  cursor: pointer;
  border-radius: 10px;
}

.card-pneu-categoria select:disabled {
  cursor: not-allowed;
  border-radius: 10px;
}

.card-pneu-categoria select option {
  font-weight: bold;
  border-radius: 10px;
}

.fundo-vermelho-card-categoria {
  background-color: #ca171d;
  color: white;
  border-radius: 10px;
}

.card-pneu-categoria:hover {
  cursor: pointer;
  border-radius: 10px;
}

.selecionado {
  background-color: gray;
  border-radius: 10px;
}

.selecionado:hover {
  cursor: inherit;
  border-radius: 10px;
}

.botao-cotacao {
  width: 200px !important;
  font-size: 0.8rem;
  gap: 30px;
  padding: 10px;
  border-radius: 10px;
  text-align: center !important;
}

.cor-botao-visita {
  background-color: #c72429 !important;
}

.cor-botao-visita:hover {
  background-color: #811619 !important;
}


@media screen and (min-width: 0px) and (max-width: 600px) {
  .card-pneu {
    width: 100%;
    height: 50px;
  }

  .card-pneu img {
    height: 15px !important;
  }
}