/* ====== SEGURO.HTML: Forçar remoção de banner grande ====== */
body.seguro-page .banner,
body.seguro-page .banner-img,
body.seguro-page .banner-text {
  display: none !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.seguro-page {
  background: #fff !important;
}
/* ====== INFORMAÇÕES CONTINUAÇÃO PÓS-GRÁFICO ====== */
.info-continuacao {
  max-width: 900px;
  margin: 32px auto 48px auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 36px 32px 32px 32px;
  font-size: 16px;
  color: #222;
}
.info-continuacao h2, .info-continuacao h3, .info-continuacao h4 {
  color: #0057e6;
  margin-top: 18px;
  margin-bottom: 10px;
}
.info-continuacao ul {
  margin: 10px 0 18px 24px;
}
.info-continuacao li {
  margin-bottom: 6px;
}
.info-nota {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}
.info-tabela {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 18px 0;
  font-size: 15px;
}
.info-tabela th, .info-tabela td {
  border: 1px solid #e0e0e0;
  padding: 7px 12px;
  text-align: center;
}
.info-tabela th {
  background: #eaf3ff;
  color: #0057e6;
  font-weight: 700;
}
.info-tabela tr:nth-child(even) td {
  background: #f7faff;
}
.cadastro-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cadastro-form label {
  margin-bottom: 4px;
  margin-top: 10px;
}
.cadastro-form input {
  margin-bottom: 0;
  margin-top: 0;
}
.cadastro-form button {
  width: 160px;
  align-self: flex-end;
  margin-top: 24px;
  margin-bottom: 0;
  height: 44px;
  font-size: 16px;
  border-radius: 7px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  letter-spacing: 0.5px;
}
.cadastro-container {
  max-width: 400px;
  margin: 56px auto 0 auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 38px 32px 32px 32px;
  border: 1.5px solid #e0e0e0;
}
.cadastro-container h2 {
  text-align: center;
  font-size: 23px;
  margin-bottom: 22px;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.2px;
}
/* ====== FORMULÁRIO DE CADASTRO E RESUMO ====== */
.cadastro-container, .resumo-container {
  max-width: 420px;
  margin: 48px auto 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 36px 32px 32px 32px;
}
.cadastro-container h2, .resumo-container h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 28px;
  color: #222;
}
.cadastro-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: #222;
  font-weight: 600;
}
.cadastro-form input {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 18px;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  font-size: 15px;
  background: #f7f7f7;
  transition: border 0.2s;
}
.cadastro-form input:focus {
  border: 1.5px solid #0057e6;
  outline: none;
}
.resumo-bloco {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 22px 18px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #222;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.resumo-info b {
  color: #0057e6;
}
/* Destaque para pré-venda liberada */
.prevenda-liberada {
  background: #e8f8f2;
  border: 1.5px solid #3ec97a;
}
.prevenda-rel {
  background: #d2f5e6;
  border: 1px solid #3ec97a;
  padding: 2px 10px 2px 8px;
  min-height: 18px;
  height: 20px;
}
.prevenda-dot {
  background: #3ec97a !important;
  width: 9px !important;
  height: 9px !important;
  margin-right: 5px !important;
}
.prevenda-text {
  color: #218a53 !important;
  font-weight: 700;
  font-size: 13px !important;
  letter-spacing: 0.1px;
  line-height: 1.1;
}
.prevenda-btn {
  background: #3ec97a;
  color: #fff;
  box-shadow: 0 2px 8px rgba(62,201,122,0.10);
}
.prevenda-btn:hover {
  background: #218a53;
}
.footer-tm-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 32px auto 0 auto;
  width: 100%;
  padding: 0 32px;
}
.footer-tm-logo-col2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-tm-logo {
  height: 28px;
  margin-bottom: 12px;
  margin-left: 0;
}
.footer-tm-socials {
  display: flex;
  gap: 18px;
  margin-bottom: 0;
}
.footer-tm-bottom-legal {
  text-align: right;
  font-size: 11px;
  line-height: 1.5;
  color: #b3b3b3;
  margin-top: 0;
}
.footer-tm-logo-socials-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 32px auto 0 auto;
  padding: 0 32px;
}
.footer-tm-logo {
  height: 28px;
  margin-bottom: 0;
  margin-left: 0;
}
.footer-tm-socials {
  display: flex;
  gap: 18px;
  margin-bottom: 0;
}
/* ====== FOOTER TICKETMASTER ====== */
.footer-tm {
  background: #23272d;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 15px;
  border-top: none;
}
.footer-tm-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px 0 0 0;
  gap: 60px;
  position: relative;
}

.footer-tm-logo-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0 auto;
  padding: 32px 0 0 0;
}
.footer-tm-logo {
  height: 28px;
  margin-bottom: 18px;
  margin-left: 0;
}
.footer-tm-socials {
  display: flex;
  gap: 18px;
  margin-bottom: 0;
}

.footer-tm-col {
  flex: 1 1 180px;
  min-width: 180px;
}
.footer-tm-title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 18px;
  color: #fff;
  letter-spacing: 0.2px;
}
.footer-tm-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-tm-col ul li {
  margin-bottom: 12px;
}
.footer-tm-col ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s;
}
.footer-tm-col ul li a:hover {
  color: #b3b3b3;
}
.footer-tm-logo-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0 auto;
  padding-bottom: 18px;
}
.footer-tm-logo {
  height: 28px;
  margin-bottom: 24px;
}
.footer-tm-socials {
  display: flex;
  gap: 18px;
}
.footer-tm-social img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  transition: opacity 0.2s;
}
.footer-tm-social img:hover {
  opacity: 1;
}
.footer-tm-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 32px 12px 32px;
  font-size: 11px;
  color: #b3b3b3;
  border-top: 1px solid #2d3137;
  margin-top: 0;
  letter-spacing: 0.01em;
}
.footer-tm-bottom-left {
  text-align: right;
  font-size: 11px;
  line-height: 1.5;
}

.footer-tm-bottom-left {
  line-height: 1.6;
}
.footer-tm-cookie {
  background: #2ecc40;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 8px;
}
.footer-tm-bottom-right {
  display: flex;
  gap: 18px;
  align-items: center;
}
.footer-tm-bottom-right span {
  color: #b3b3b3;
  font-size: 13px;
  cursor: pointer;
  transition: color 0.2s;
}
.footer-tm-lang-active {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  cursor: default;
}
/* Bloco do mapa do Estádio MorumBIS */
.mapa-container {
  width: 100%;
  max-width: 1200px;
  margin: 48px auto 48px auto;
  display: block;
}

/* Bloco de Perguntas Frequentes (FAQ) */
.faq-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 80px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: none;
  padding: 0;
}
.faq-title {
  font-size: 17px;
  font-weight: bold;
  color: #222;
  margin: 0 0 32px 0;
  padding-top: 24px;
  padding-left: 0;
  letter-spacing: 0.2px;
}
.faq-list {
  width: 100%;
}
.faq-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #222;
  padding: 22px 0 22px 0;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  transition: background 0.2s;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-item:hover {
  background: #f7f7f7;
}
.faq-question {
  margin-left: 0;
}
.faq-arrow {
  color: #0057e6;
  font-size: 16px;
  font-weight: 600;
  margin-right: 8px;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}
.faq-item:hover .faq-arrow {
  color: #003d7a;
}
/* Deixar o texto da descrição com a mesma largura da imagem grafico.png */
.descricao-bts-container {
  width: 65%;
  max-width: 1200px;
  margin: 0 auto 48px auto;
  padding: 0 10px;
}
/* Centraliza e diminui a imagem grafico.png */
.grafico-centralizado img {
  width: 65%;
  height: auto;
  display: block;
  margin: 48px auto 0 auto;
}
/* Container para setores, preços e gráfico */
.setores-precos-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 40px auto 0 auto;
}

.setores-precos-tabela {
  flex: 1;
  /* Aqui você pode adicionar estilos para a tabela de setores */
}

.setores-precos-grafico {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
}

.grafico-img {
  width: 40%;
  max-width: 900px;
  height: 60px;
  object-fit: contain;
  display: block;
  margin: 24px auto 0 auto;
  border-radius: 10px;
}

.grafico-centralizado {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
/* Ajuste específico para aproximar o segundo botão do navbar direito */
.navbar-right a:last-child {
  margin-left: -20px;
}
/* Blocos de vendas */
.vendas-container {
  max-width: 1200px;
  margin: 32px auto 0 auto;
  padding: 0 10px;
}

.venda-bloco {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.09);
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 48px 18px 36px;
  min-height: 72px;
  position: relative;
  overflow: visible;
}

.venda-info {
  flex: 1;
  min-width: 0;
}


.venda-icone {
  background: none;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  overflow: visible;
}

.logo-t {
  width: 52px;
  height: 52px;
  display: block;
}

.venda-titulo {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.venda-detalhe {
  color: #6b6b6b;
  font-size: 15px;
  margin-top: 2px;
}

.venda-rel {
  background: #f3f3f3;
  border-radius: 12px;
  padding: 1px 7px 1px 6px;
  font-size: 13px;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  font-weight: 400;
  min-height: 20px;
}

.venda-rel .dot {
  width: 8px;
  height: 8px;
  background: #6b6b6b;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.venda-rel .rel-text {
  color: #222;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1px;
  font-family: inherit;
}

.venda-btn {
  background: #0057e6;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 0 38px 0 24px;
  height: 48px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 170px;
  text-transform: uppercase;
}
.venda-btn .seta {
  margin-left: 12px;
  font-size: 20px;
}

.venda-btn:hover {
  background: #003d7a;
}
html {
  overflow-x: hidden;
  box-sizing: border-box;
}
*, *::before, *::after { box-sizing: inherit; }
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fff;
  overflow-x: hidden;
  max-width: 100vw;
}


.navbar {
  background: #0046dd;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  padding: 0 20px;
}

.logo {
  height: 20px;
  margin-left: 16px;
  margin-top: 0;
}

.navbar-right a {
  color: #fff;
  margin-left: -1px;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  padding: 0 30px;
  border-radius: 0;
  transition: background 0.2s, color 0.2s;
  display: inline-block;
  height: 100%;
  line-height: 58px;
}

.navbar-right a:hover {
  background: #00408a;
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}



.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  display: block;
}

.banner-text {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
}

.faixa-vermelha {
  background: #e6002b;
  color: #111;
  font-size: 48px;
  font-weight: bold;
  padding: 16px 48px;
  letter-spacing: 4px;
  border-radius: 4px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.patrocinadores {
  background: #111;
  text-align: center;
  padding: 24px 0;
}

.patrocinadores img {
  height: 32px;
  margin: 0 16px;
  vertical-align: middle;
}

@media (max-width: 700px) {
  /* ── Navbar ── */
  .navbar {
    padding: 0 10px;
    height: 52px;
    flex-wrap: nowrap;
  }
  .logo {
    height: 20px;
  }
  .navbar-right a {
    font-size: 12px;
    padding: 0 8px;
    height: 34px;
  }
  .navbar-right a:last-child {
    margin-left: 4px;
  }

  /* ── Banner ── */
  .banner-text {
    bottom: 10px;
    width: 98%;
  }
  .faixa-vermelha {
    font-size: 20px;
    padding: 7px 10px;
  }

  /* ── Blocos de venda ── */
  .vendas-container {
    padding: 0 6px;
    margin-top: 18px;
  }
  .venda-bloco {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 12px 14px 12px;
    min-height: unset;
    gap: 6px;
  }
  .venda-icone {
    margin-right: 0;
    margin-bottom: 4px;
    width: 36px;
    height: 36px;
  }
  .logo-t {
    width: 36px;
    height: 36px;
  }
  .venda-titulo {
    font-size: 15px;
  }
  .venda-detalhe {
    font-size: 13px;
  }
  .venda-btn {
    position: static;
    transform: none;
    width: 100%;
    min-width: unset;
    height: 44px;
    font-size: 15px;
    padding: 0 12px;
    margin-top: 10px;
    right: unset;
    bottom: unset;
    top: unset;
  }
  .venda-opcoes {
    width: 100%;
  }
  .venda-opcoes::before {
    font-size: 13px;
    padding: 11px 12px;
  }
  .venda-opcoes a {
    font-size: 13px;
    padding: 11px 14px;
  }
  .venda-opcoes a:nth-child(1) { top: 100%; }
  .venda-opcoes a:nth-child(2) { top: calc(100% + 45px); }
  .venda-opcoes a:nth-child(3) { top: calc(100% + 90px); }
  .venda-opcoes a:nth-child(4) { top: calc(100% + 135px); }

  /* ── Gráfico / conteúdo ── */
  .grafico-centralizado {
    padding: 0 8px;
  }
  .grafico-centralizado p {
    max-width: 100% !important;
    font-size: 13px !important;
  }

  /* ── Mapa ── */
  .mapa-container iframe {
    height: 260px !important;
  }

  /* ── FAQ ── */
  .faq-container {
    padding: 0 8px;
    margin: 32px auto 32px auto;
  }
  .faq-title {
    font-size: 18px;
  }
  .faq-question {
    font-size: 14px;
    padding: 16px 36px 0 4px;
  }
  .faq-arrow {
    margin-top: -38px;
    font-size: 20px;
  }
  .faq-answer {
    font-size: 13px;
  }

  /* ── Footer ── */
  .footer-tm-content {
    flex-direction: column;
    gap: 18px;
    padding: 24px 12px 12px 12px;
  }
  .footer-tm-col {
    min-width: unset;
    width: 100%;
  }
  .footer-tm-row {
    flex-direction: column;
    align-items: center;
  }
  .footer-tm-bottom {
    flex-direction: column;
    gap: 10px;
    padding: 14px 12px;
    text-align: center;
  }
  .footer-tm-bottom-left span {
    font-size: 11px;
  }
  .footer-tm-logo-socials {
    padding: 12px;
  }
}

/* ── Ajustes tablet 701–1024 ── */
@media (min-width: 701px) and (max-width: 1024px) {
  .venda-bloco {
    padding: 16px 24px 16px 20px;
  }
  .venda-btn {
    right: 20px;
    min-width: 150px;
    font-size: 15px;
  }
  .venda-titulo { font-size: 17px; }
  .footer-tm-content {
    flex-wrap: wrap;
    gap: 20px;
    padding: 24px 20px;
  }
}


/* ============================================================
   CLASSES RESPONSIVE — adicionadas para correção mobile
   ============================================================ */

/* Bio text do BTS */
.bts-bio-text {
  max-width: 60%;
  margin: 0 auto 24px auto;
  font-size: 14px;
  color: #222;
  line-height: 1.5;
}

/* Container central de datas + vídeo */
.conteudo-central {
  max-width: 1200px;
  margin: 0 auto 24px auto;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}

.datas-container {
  max-width: 900px;
  margin-left: 0;
  width: 100%;
}

/* Vídeo YouTube responsivo */
/* Vídeo YouTube responsivo */
.video-youtube-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 32px auto;
  display: block;
}
.video-youtube-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  overflow: hidden;
}
.video-youtube-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
  display: block;
}

/* ============================================================
   MOBILE DEFINITIVO — sobrescreve tudo acima de 700px
   ============================================================ */
@media (max-width: 700px) {

  /* Previne overflow global */
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
  }

  /* Navbar */
  .navbar {
    padding: 0 10px;
    height: auto;
    min-height: 48px;
    flex-wrap: wrap;
  }
  .logo { height: 20px; }
  .navbar-right { gap: 4px; }
  .navbar-right a {
    font-size: 11px;
    padding: 0 8px;
    height: 32px;
    white-space: nowrap;
  }
  .navbar-right a:last-child { margin-left: 2px; }

  /* Banner */
  .banner-img { width: 100%; height: auto; display: block; }
  .banner-text { bottom: 8px; width: 96%; }
  .faixa-vermelha { font-size: 18px; padding: 6px 10px; }

  /* Blocos de venda */
  .vendas-container { padding: 0 8px; margin-top: 12px; }
  .venda-bloco {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 12px 12px 12px;
    min-height: unset;
    gap: 4px;
    overflow: visible;
  }
  .venda-icone { width: 32px; height: 32px; margin-right: 0; margin-bottom: 2px; }
  .logo-t { width: 32px; height: 32px; }
  .venda-titulo { font-size: 14px; }
  .venda-detalhe { font-size: 12px; }
  .venda-info { width: 100%; }

  /* Botão ESCOLHER SETOR — estático, largura total */
  .venda-btn {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    min-width: unset !important;
    right: unset !important; top: unset !important; bottom: unset !important;
    height: 44px;
    font-size: 15px;
    padding: 0 12px;
    margin-top: 10px;
    border-radius: 7px;
  }

  /* Dropdown setor */
  .venda-opcoes { width: 100%; }
  .venda-opcoes::before { font-size: 14px; padding: 12px; }
  .venda-opcoes a { font-size: 13px; padding: 11px 14px; }
  .venda-opcoes a:nth-child(1) { top: 100%; }
  .venda-opcoes a:nth-child(2) { top: calc(100% + 45px); }
  .venda-opcoes a:nth-child(3) { top: calc(100% + 90px); }
  .venda-opcoes a:nth-child(4) { top: calc(100% + 135px); }

  /* Bio / conteúdo central */
  .bts-bio-text {
    max-width: 100% !important;
    font-size: 13px !important;
    padding: 0 4px;
  }
  .conteudo-central { padding: 0 8px; }
  .datas-container { max-width: 100%; }
  .grafico-centralizado { padding: 0 8px; }
  .grafico-centralizado p { max-width: 100% !important; font-size: 13px !important; }
  .grafico-centralizado img { max-width: 100% !important; }

  /* Mapa */
  .mapa-container { padding: 0 8px; }
  .mapa-container iframe { height: 220px !important; }

  /* FAQ */
  .faq-container { padding: 0 8px; margin: 24px auto; }
  .faq-title { font-size: 17px; }
  .faq-question { font-size: 14px; }
  .faq-arrow { font-size: 20px; }
  .faq-answer { font-size: 13px; }

  /* Footer */
  .footer-tm-content {
    flex-direction: column;
    gap: 16px;
    padding: 20px 12px 12px 12px;
  }
  .footer-tm-col { width: 100%; min-width: unset; }
  .footer-tm-row { flex-direction: column; align-items: center; }
  .footer-tm-logo-socials { padding: 10px 12px; }
  .footer-tm-bottom {
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    text-align: center;
  }
  .footer-tm-bottom-left span { font-size: 11px; }
  .footer-tm-bottom-right { text-align: center; }
}
