/*
Theme Name: Tiger Wheels
Theme URI: https://tigerwheels.com.br
Author: Tiger Wheels
Author URI: https://tigerwheels.com.br
Description: Tema oficial Tiger Wheels — exposição automotiva.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: tiger-wheels
*/


/* ============================================================
   TIGER WHEELS — CSS
   Grid: Bootstrap 5 (12 colunas)
   Container padrão: 1440 px (base Figma 1920 px, gutters 240px)
   ============================================================ */

/* ── TOKENS ── */
:root {
  --tw-dark:    #030202;
  --tw-mid:     #1E1E1E;
  --tw-pink:    #EF75B8;
  --tw-cyan:    #ABE1F3;
  --tw-white:   #FFFFFF;
  --tw-black:   #000000;

  --f-inter:    'Inter',    sans-serif;
  --f-manrope:  'Manrope',  sans-serif;
  --f-michroma: 'Michroma', sans-serif;
}

/* ── RESET BÁSICO ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; overflow-x: hidden; }
body  { background: var(--tw-dark); color: var(--tw-white);
        font-family: var(--f-manrope); overflow-x: hidden; }
img   { display: block; max-width: 100%; }
a     { text-decoration: none; color: inherit; }
ul    { list-style: none; }

/* ── CONTAINER SITE (1440 px) ── */
.tw-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 2;
}

/* ============================================================
   BOTÕES GLOBAIS
   ============================================================ */
.tw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 36px;
  border-radius: 25px;
  border: none;
  font-family: var(--f-manrope);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity .2s;
  text-decoration: none;
}
.tw-btn:hover { opacity: .85; }

.tw-btn--pink { background: var(--tw-pink); color: #1E1E1E; }
.tw-btn--cyan { background: var(--tw-cyan); color: #1E1E1E; }

/* ============================================================
   SEÇÃO HERO
   ============================================================ */
.tw-hero {
  position: relative;
  min-height: 1000px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Foto do carro (background) */
.tw-hero__bg {
  position: absolute;
  inset: 0;
  background: url('assets/img/hero-bg.png') center / cover;
  z-index: 0;
}

/* Gradiente que escurece o lado esquerdo */
.tw-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #030202 35%,
    rgba(3,2,2,.75) 60%,
    rgba(3,2,2,.15) 100%
  );
  z-index: 1;
}

/* Gradiente vertical (baixo → cima) — escurece a metade inferior da imagem */
.tw-hero__bottom-grad {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(
    to top,
    #030202 15%,
    rgba(3,2,2,0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* O container dentro do hero precisa ocupar 100vh */
.tw-hero > .tw-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 154px; /* compensa a altura do .tw-site-header (absolute) */
}

/* ── SITE HEADER (wrapper absoluto sobre o hero) ── */
.tw-site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

/* ── NAVBAR ── */
.tw-navbar {
  position: relative;
  padding-top: 24px;
  gap: 32px;
}

.tw-navbar__logo-img {
  max-height: 130px;   /* logo escalado do Figma (h:362 → ~130px) */
  width: auto;
}

.tw-navbar__links {
  /* links ocupam o meio e ficam centrados */
}

.tw-nav-list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tw-nav-link,
.tw-nav-list > li > a {
  font-family: var(--f-manrope);
  font-size: 20px;
  font-weight: 400;
  color: var(--tw-white);
  transition: opacity .2s;
  text-decoration: none;
}
.tw-nav-link:hover,
.tw-nav-list > li > a:hover { opacity: .75; }

.w-navbar__flag{
  
}

.tw-navbar__flag{
  position: absolute;
  width: 100px;
  left: calc(100% + 40px);
  top: 65px;
}

/* .tw-navbar__flag-img {
  height: 80px;
  width: auto;
} */

/* ── HERO CONTENT ── */
/*
  Figma:
    título: x:234 y:364 w:880 h:288  (Inter 64 / 400 / white)
    botão "Virar membro": x:242 y:709 w:215 h:54  (pink radius:25)
    formulário: x:1279 y:290 w:416 h:496  (rosa radius:25)
*/
.tw-hero__content {
  /* flex-grow-1 já colocado no HTML via Bootstrap */
  padding-top: 0;
  margin-top: 0;
}

.tw-hero__left {
  padding-top: 70px;   /* empurra título para nível y:364 relativo ao hero */
}

.tw-hero__title {
  font-size: 0; /* reset: cada span define o próprio tamanho */
  line-height: 1;
}
.tw-hero__title--intro {
  display: block;
  font-family: var(--f-manrope);
  font-size: 52px;
  font-weight: 400;
  color: var(--tw-white);
  line-height: 70px;
}
.tw-hero__title--main {
  display: block;
  font-family: var(--f-michroma);
  font-size: 64px;
  font-weight: 400;
  color: var(--tw-cyan);
  line-height: 76px;
}

.tw-hero__cta {
  margin-top: 40px;
}

/* Coluna direita: alinha card ao topo */
.tw-hero__right {
  padding-top: 20px;   /* form inicia em y:290, ligeiramente acima do título y:364 */
}

/* ── FORMULÁRIO ── */
/*
  Figma: w:416 h:496 bg:#EF75B8 radius:25
  "Quero participar": Michroma 26px
  labels: Michroma 14px
  inputs: white radius:25 h:54
  btn "Me inscrever": #000 white Manrope 20/500 w:215 h:54 radius:25
*/
.tw-form-card {
  background: var(--tw-pink);
  border-radius: 25px;
  padding: 30px;
  width: 416px;
  position: relative;
}

.tw-form-card__close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-family: var(--f-michroma);
  font-size: 22px;
  font-weight: 400;
  color: var(--tw-black);
  line-height: 1;
  cursor: pointer;
}

.tw-form-card__title {
  font-family: var(--f-michroma);
  font-size: 26px;
  font-weight: 400;
  color: var(--tw-black);
  margin-bottom: 28px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.tw-form-card__field {
  margin-bottom: 12px;
}

.tw-form-card__label {
  display: block;
  font-family: var(--f-michroma);
  font-size: 14px;
  font-weight: 400;
  color: var(--tw-black);
  margin-bottom: 6px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.tw-form-card__input {
  display: block;
  width: 100%;
  height: 54px;
  border-radius: 25px;
  border: none;
  background: var(--tw-white);
  padding: 0 20px;
  font-family: var(--f-manrope);
  font-size: 16px;
  outline: none;
}

.tw-form-card__submit {
  display: block;
  width: 215px;
  height: 54px;
  margin: 20px 0 0 auto;
  background: var(--tw-black);
  color: var(--tw-white);
  border: none;
  border-radius: 25px;
  font-family: var(--f-manrope);
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity .2s;
}
.tw-form-card__submit:hover { opacity: .85; }

/* ── Contact Form 7 dentro do .tw-form-card ── */
.tw-form-card .wpcf7-form p {
  margin-bottom: 12px;
}
.tw-form-card .wpcf7-form label {
  display: block;
  font-family: var(--f-michroma);
  font-size: 14px;
  font-weight: 400;
  color: var(--tw-black);
  margin-bottom: 6px;
  text-shadow: 0px 4px 4px rgba(0,0,0,.25);
}
.tw-form-card .wpcf7-form input:not([type="submit"]),
.tw-form-card .wpcf7-form textarea,
.tw-form-card .wpcf7-form select {
  display: block;
  width: 100%;
  height: 54px;
  border-radius: 25px;
  border: none;
  background: var(--tw-white);
  padding: 0 20px;
  font-family: var(--f-manrope);
  font-size: 16px;
  outline: none;
}
.tw-form-card .wpcf7-form input[type="submit"] {
  display: block;
  width: 215px;
  height: 54px;
  margin: 20px 0 0 auto;
  background: var(--tw-black);
  color: var(--tw-white);
  border: none;
  border-radius: 25px;
  font-family: var(--f-manrope);
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity .2s;
}
.tw-form-card .wpcf7-form input[type="submit"]:hover { opacity: .85; }
.tw-form-card .wpcf7-form .wpcf7-not-valid-tip { font-size: 12px; color: var(--tw-black); margin-top: 4px; }
.tw-form-card .wpcf7-response-output { margin: 8px 0 0; border: none; font-size: 13px; font-family: var(--f-manrope); }

/* ── BADGES ── */
/*
  Figma: 4 badges y:906 h:124 bg:#ABE1F3 radius:25
         espaçamento ~20px entre badges
         texto: Manrope 24px white (2ª linha bold)
*/
.tw-hero__badges {
  margin-top: auto;
  padding-bottom: 56px;
}

.tw-badge {
  background: transparent;
  border: 3px solid var(--tw-cyan);
  border-radius: 25px;
  padding: 24px 28px;
  min-height: 100px;
  font-family: var(--f-manrope);
  font-size: 20px;
  font-weight: 400;
  color: var(--tw-white);
  line-height: 1.4;
}

.tw-badge strong {
  font-weight: 700;
}

/* ============================================================
   SEÇÃO MAPA DO EVENTO
   ============================================================ */
/*
  Figma Box 2: y:1157 h:597
  Título:  "Mapa do" Manrope 52px white / "evento" Michroma 64px cyan
  Texto:   Manrope 24px white x:244 y:1398 w:476
  Imagem:  x:804 y:1157 w:895 h:597
  Nav < >: Manrope 500 64px white, x:1209 y:1633
  Botão:   pink x:235 y:1641 w:215 h:54
*/
.tw-map {
  background: var(--tw-dark);
  overflow: hidden;
}

.tw-map__row {
  min-height: 597px;
}

/* Coluna texto */
.tw-map__left {
  padding-top: 79px;    /* título começa em y:1236 = 1236-1157 = 79px */
  padding-bottom: 59px; /* espaço final abaixo do botão: 1754-1695 = 59px */
}

.tw-map__title {
  margin: 0;
  line-height: 1;
}

.tw-map__title--top {
  display: block;
  font-family: var(--f-manrope);
  font-size: 52px;
  font-weight: 400;
  color: var(--tw-white);
  line-height: .9;
}

.tw-map__title--bottom {
  display: block;
  font-family: var(--f-michroma);
  font-size: 64px;
  font-weight: 400;
  color: var(--tw-cyan);
  line-height: 70px;
}

.tw-map__desc {
  font-family: var(--f-manrope);
  font-size: 24px;
  font-weight: 400;
  color: var(--tw-white);
  line-height: 1.37;
  max-width: 476px;
  margin-top: 18px; /* gap entre título e texto: y:1398-y:1380 = 18px */
  margin-bottom: 0;
}

.tw-map__cta {
  margin-top: 45px; /* gap entre texto e botão: y:1641-y:1596 = 45px */
  align-self: flex-start;
}

/* Coluna imagem */
.tw-map__right {
  position: relative;
  height: 597px;
}

/* Swiper preenche toda a coluna */
.tw-map__swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.tw-map__swiper .swiper-slide {
  height: 100%;
}

.tw-map__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Nav prev/next sobrepostos ao swiper */
.tw-map__nav {
  position: absolute;
  bottom: 51px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 24px;
  z-index: 10;
  user-select: none;
}
.tw-map__prev,
.tw-map__next {
  font-family: var(--f-manrope);
  font-size: 64px;
  font-weight: 500;
  color: var(--tw-white);
  line-height: 1;
  cursor: pointer;
  transition: opacity .2s;
}
.tw-map__prev:hover,
.tw-map__next:hover { opacity: .65; }
.tw-map__prev.swiper-button-disabled,
.tw-map__next.swiper-button-disabled { opacity: .3; cursor: default; }


/* ============================================================
   UTILITÁRIO — HEADING PADRÃO DE SEÇÃO
   Manrope 52px branco + Michroma 64px cyan
   ============================================================ */
.tw-heading {
  position: relative;
  z-index: 2;
  margin: 0 0 56px;
  line-height: 1;
}
.tw-heading__reg {
  font-family: var(--f-manrope);
  font-size: 52px;
  font-weight: 500;
  color: var(--tw-white);
  line-height: .9;
}
.tw-heading__sep {
  font-family: var(--f-manrope);
  font-size: 64px;
  font-weight: 500;
  color: var(--tw-white);
}
.tw-heading__acc {
  font-family: var(--f-michroma);
  font-size: 64px;
  font-weight: 400;
  color: var(--tw-cyan);
  line-height: .9;
  
  
}


/* ============================================================
   SEÇÃO 3 — CARROS APROVADOS
   ============================================================ */
.tw-cars {
  background: var(--tw-dark);
  padding-top: 80px;
  padding-bottom: 64px;
}

.tw-cars__header {
  text-align: center;
  margin-bottom: 40px;
}
.tw-cars__title {
  margin: 0;
  line-height: 1;
}

/* Gallery — Swiper com peek lateral */
.tw-cars__gallery {
  position: relative;
}

.tw-cars__swiper {
  overflow: visible !important;
}

.tw-cars__slide {
  width: 58%;
}

/* Slides inativos: imagem alta (preenche toda a coluna) */
.tw-cars__img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
/* Slide ativo: imagem menor, deixa espaço pro card */
.swiper-slide-active .tw-cars__img {
  height: 400px;
}

/* Card: só aparece no slide ativo */
.tw-cars__card {
  display: none;
  min-height: 120px;
  padding: 18px 28px;
  border: 2px solid var(--tw-white);
  align-items: center;
  justify-content: space-between;
}
.swiper-slide-active .tw-cars__card {
  display: flex;
}

.tw-cars__car-name {
  font-family: var(--f-manrope);
  font-size: 28px;
  font-weight: 500;
  color: var(--tw-white);
  line-height: 1.3;
  margin: 0;
}

/* Setas dentro do card */
.tw-cars__nav-ctrl {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
.tw-cars__prev-btn,
.tw-cars__next-btn {
  background: none;
  border: none;
  font-family: var(--f-manrope);
  font-size: 40px;
  font-weight: 500;
  color: var(--tw-white);
  cursor: pointer;
  line-height: 1;
  padding: 0 8px;
  transition: opacity 0.2s;
}
.tw-cars__prev-btn:hover,
.tw-cars__next-btn:hover { opacity: 0.55; }

.tw-cars__cta { padding-top: 48px; }


/* ============================================================
   SEÇÃO 4 — NOTÍCIAS
   ============================================================ */
.tw-news {
  position: relative;
  background: var(--tw-dark);
  padding: 80px 0;
  z-index: 2;
}
.tw-news::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/img/news-bg.png') center / cover no-repeat;
  opacity: 0.3;
  transform: scaleX(-1);
  pointer-events: none;
  z-index: 0;
}
.tw-news .tw-container {
  position: relative;
  z-index: 1;
}
.tw-news__label {
  font-family: var(--f-manrope);
  font-size: 24px;
  font-weight: 400;
  color: var(--tw-white);
  margin-bottom: 8px;
}
.tw-news__row { align-items: flex-start; }

/* Coluna esquerda */
.tw-news__left { padding-right: 48px; }
.tw-news__featured {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.tw-news__featured-img {
  width: 100%;
  aspect-ratio: 731 / 701;
  object-fit: cover;
  display: block;
}
.tw-news__featured-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 64px;
  background: rgba(0, 0, 0, 0.4);
}
.tw-news__headline {
  font-family: var(--f-manrope);
  font-size: 22px;
  font-weight: 400;
  color: var(--tw-white);
  line-height: 1.5;
  text-align: left;
  margin: 0;
}
.tw-news__headline--brand {
  display: block;
  font-family: var(--f-michroma);
  font-size: 22px;
  margin-bottom: 4px;
}

/* Coluna direita */
.tw-news__right {
  padding-left: 32px;
  display: flex;
  flex-direction: column;
}
.tw-news__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px 0;
  text-decoration: none;
}
.tw-news__thumb {
  flex-shrink: 0;
  width: 220px;
  height: 140px;
  object-fit: cover;
}
.tw-news__item-title {
  font-family: var(--f-manrope);
  font-size: 24px;
  font-weight: 500;
  color: var(--tw-white);
  line-height: 1.4;
  margin: 0;
}
.tw-news__divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,.4);
  margin: 0;
}
.tw-news__cta-wrap {
  margin-top: 32px;
}


/* ============================================================
   SEÇÃO 5 — TV TIGER WHEELS
   ============================================================ */
.tw-tv {
  padding: 80px 0;
}
.tw-tv__gallery {
  display: flex;
  align-items: center;
  /* gap: 16px; */
}
.tw-tv__swiper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  box-shadow: 0 0 78px -10px #ABE1F3;
  border-radius: 12px;
}
.tw-tv__arrow {
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
}
.tw-tv__arrow img {
  height: 60px;
  width: auto;
}
.tw-tv__arrow--right img { transform: scaleX(-1); }

.tw-tv__arrow--left { margin-right: 25px; }
.tw-tv__arrow--right { margin-left: 25px; }

.tw-tv__item {
  position: relative;
  aspect-ratio: 2 / 3.6;
  box-shadow: 0 0 78px -10px #ABE1F3;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
}

/* .tw-tv__item::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 100vw #ABE1F3;
} */

.tw-tv__item > a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  flex: 1 1 100%;
  min-height: 0;
  transition: flex-basis .35s ease;
}

.tw-tv__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tw-tv__yt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 45px;
  width: auto;
  z-index: 2;
  pointer-events: none;
}
.tw-tv__caption {
  background-color: #1E1E1E;
  border-radius: 14px;
  overflow: hidden;
  flex: 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  transition: flex-basis .35s ease, padding .35s ease;
}
.tw-tv__item:hover > a {
  flex: 0 0 72%;
}
.tw-tv__item:hover .tw-tv__caption {
  flex: 0 0 25%;
  padding: 14px;
  margin-top: 10px;
}
.tw-tv__caption p {
  font-family: var(--f-manrope);
  font-size: 13px;
  color: var(--tw-white);
  margin: 0;
  line-height: 1.5;
  text-align: center;
}


/* ============================================================
   SEÇÃO 6 — PARCEIROS
   ============================================================ */
.tw-partners {
  background: var(--tw-dark);
  padding: 80px 0;
}
.tw-partners__banner {
  margin-bottom: 48px;
}
.tw-partners__banner-img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.tw-partners__logos {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.tw-partners__logo-cell {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  padding: 0 25px;
}
.tw-partners__logo {
  width: auto;
  object-fit: contain;
  display: block;
}

/* Alturas individuais proporcionais ao Figma (escala 0.5 — Figma: 83/170/60/189/169px) */
.tw-partners__logo-cell:nth-child(1) .tw-partners__logo { height: 83px; }
.tw-partners__logo-cell:nth-child(3) .tw-partners__logo { height: 50px; }
.tw-partners__logo-cell:nth-child(5) .tw-partners__logo { height: 50px; }
.tw-partners__logo-cell:nth-child(7) .tw-partners__logo { height: 70px; }
.tw-partners__logo-cell:nth-child(9) .tw-partners__logo { height: 110px; }

.tw-partners__sep {
  flex-shrink: 0;
  width: 3px;
  height: 84px;
  background: rgba(255, 255, 255, 0.28);
}


/* ============================================================
   SEÇÃO 7 — TIGER GARAGE
   ============================================================ */
.tw-garage {
  background: var(--tw-dark);
  padding: 80px 0;
}
.tw-garage__row { margin-top: 8px; }

.tw-garage__item {}
.tw-garage__thumb-wrap {
  position: relative;
  overflow: hidden;
}
.tw-garage__thumb {
  width: 100%;
  height: 240px;
  object-fit: cover;
  opacity: 0.79;
  display: block;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.tw-garage__thumb-wrap:hover .tw-garage__thumb {
  transform: scale(1.06);
  opacity: 1;
}
.tw-garage__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  object-fit: contain;
  pointer-events: none;
}
.tw-garage__title {
  font-family: var(--f-manrope);
  font-size: 22px;
  font-weight: 800;
  color: var(--tw-white);
  margin: 20px 0 4px;
}
.tw-garage__meta {
  font-family: var(--f-manrope);
  font-size: 20px;
  font-weight: 400;
  color: var(--tw-white);
  margin: 0;
}


/* ============================================================
   SEÇÃO 8 — DEPOIMENTOS
   ============================================================ */
.tw-reviews {
  background: var(--tw-dark);
  padding: 80px 0;
}
.tw-reviews__row { margin-top: 24px; }

.tw-review {
  position: relative;
  text-align: center;
  padding-top: 65px; /* espaço para o avatar que flutua acima */
}
.tw-review__avatar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-35%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
}
.tw-review__card {
  position: relative;
}
.tw-review__bg {
  width: 100%;
  display: block;
  object-fit: contain;
}
.tw-review__body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 80px 32px 36px; /* top: libera espaço do avatar; bottom: respira acima da borda */
  text-align: center;
}
.tw-review__quote {
  padding: 0 35px;
  font-family: var(--f-manrope);
  font-size: 25px;
  font-weight: 500;
  color: var(--tw-white);
  line-height: 1.6;
  font-style: normal;
  margin: 0;
}
.tw-review__name {
  font-family: var(--f-manrope);
  font-size: 22px;
  font-weight: 800;
  color: var(--tw-cyan);
  margin: 0;
}


/* ============================================================
   FOOTER
   ============================================================ */
.tw-footer {
  position: relative;
  background: var(--tw-dark);
  padding: 100px 0 60px;
  overflow: hidden;
}
.tw-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/img/carbon-texture.png') center / cover no-repeat;
  /* opacity: 0.3; */
  pointer-events: none;
  z-index: 0;
}
.tw-footer .tw-container {
  position: relative;
  z-index: 1;
}

/* Coluna marca */
.tw-footer__brand { padding-right: 40px; }
.tw-footer__logo {
  height: 160px;
  width: auto;
  margin-bottom: 24px;
}
.tw-footer__desc {
  font-family: var(--f-manrope);
  font-size: 20px;
  font-weight: 500;
  color: var(--tw-white);
  line-height: 1.6;
  margin-bottom: 20px;
}
.tw-footer__social-label {
  font-family: var(--f-manrope);
  font-size: 20px;
  font-weight: 500;
  color: var(--tw-white);
  margin-bottom: 12px;
}
.tw-footer__social-img {
  height: 48px;
  width: auto;
}
.tw-footer__social-icons {
  display: flex;
  gap: 5px;
  align-items: center;
}
.tw-footer__social-icon {
  height: 60px;
  width: 60px;
  object-fit: contain;
  transition: opacity .2s;
}
.tw-footer__social-icon:hover { opacity: .75; }

/* Colunas de links */
.tw-footer__col { padding-left: 32px; }
.tw-footer__col-title {
  font-family: var(--f-manrope);
  font-size: 20px;
  font-weight: 800;
  color: var(--tw-white);
  margin-bottom: 8px;
  line-height: 60px;
}
.tw-footer__links { margin: 0; padding: 0; list-style: none; }
.tw-footer__links li { line-height: 1; }
.tw-footer__links a {
  font-family: var(--f-manrope);
  font-size: 20px;
  font-weight: 500;
  color: var(--tw-white);
  line-height: 56px;
  display: block;
  transition: opacity .2s;
}
.tw-footer__links a:hover { opacity: .65; }

.tw-footer__contact-item {
  font-family: var(--f-manrope);
  font-size: 18px;
  font-weight: 500;
  color: var(--tw-white);
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Botão WhatsApp */
.tw-footer__wpp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #3EA940;
  border-radius: 25px;
  padding: 10px 24px;
  font-family: var(--f-manrope);
  font-size: 20px;
  font-weight: 700;
  color: var(--tw-white);
  margin-top: 20px;
  transition: opacity .2s;
}
.tw-footer__wpp:hover { opacity: .85; color: var(--tw-white); }
.tw-footer__wpp-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* Barra inferior */
.tw-footer__bottom {
  margin-top: 48px;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tw-footer__copy {
  font-family: var(--f-manrope);
  font-size: 18px;
  font-weight: 500;
  color: var(--tw-white);
  margin: 0;
}
.tw-footer__sync {
  height: 38px;
  width: auto;
}


/* ============================================================
   PÁGINA O EVENTO
   ============================================================ */
.tw-evento {
  position: relative;
  overflow: hidden;
  background: var(--tw-dark);
}

/* Fundo único: bg-evento.jpg cobrindo toda a seção */
.tw-evento__bg1 {
  position: absolute;
  inset: 0;
  background: url('assets/img/bg-evento.jpg') center top / 100% no-repeat;
  z-index: 0;
}

.tw-evento__bg-inscricao {
  position: absolute;
  inset: 0;
  background: url('assets/img/bg-inscricoes.jpg') center top / 100% no-repeat;
  z-index: 0;
}

.tw-evento__bg-agenda {
  position: absolute;
  inset: 0;
  background: url('assets/img/bg-agenda.jpg') center top / 100% no-repeat;
  z-index: 0;
}

.tw-evento__bg2 { display: none; }

/* Overlay escuro sobre os fundos */
.tw-evento__overlay {
  position: absolute;
  inset: 0;
  background: rgba(3,2,2,.72);
  z-index: 1;
}

/* Listra decorativa (lateral esquerda, entre os dois fundos) */
.tw-evento__stripe {
  position: absolute;
  left: -55px;
  top: 38%;
  width: 300px;
  height: 600px;
  background: var(--tw-cyan);
  opacity: 0.55;
  transform: skewY(-10deg);
  z-index: 2;
  pointer-events: none;
}

/* Container sobre os fundos */
.tw-evento__wrap {
  position: relative;
  z-index: 3;
  padding-top: 220px;
  padding-bottom: 100px;
}

/* Linha: texto à esquerda, sidebar à direita */
.tw-evento__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* ── Coluna principal (≈ 46%) ── */
.tw-evento__main {
  flex: 0 0 70%;
  max-width: 70%;
}

/* Título "Quem / somos." */
.tw-evento__title {
  font-family: var(--f-manrope);
  font-size: 52px;
  font-weight: 400;
  color: var(--tw-white);
  line-height: 1.1;
  margin: 0 0 36px;
}
.tw-evento__title--acc {
  display: block;
  font-family: var(--f-michroma);
  font-size: 64px;
  font-weight: 400;
  color: var(--tw-cyan);
  line-height: 70px;
}

/* Parágrafos */
.tw-evento__text p {
  font-family: var(--f-manrope);
  font-size: 20px;
  font-weight: 400;
  color: rgba(255,255,255,.88);
  line-height: 1.85;
  margin-bottom: 22px;
}
.tw-evento__text p:last-child { margin-bottom: 0; }

/* ── Sidebar (≈ 24%) — SEM fundo ── */
.tw-evento__sidebar {
  flex: 0 0 24%;
  max-width: 24%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Label cyan compartilhado */
.tw-ev-label {
  font-family: var(--f-manrope);
  font-size: 18px;
  font-weight: 600;
  color: var(--tw-cyan);
  margin: 0 0 15px;
}

/* Botão close compartilhado */
.tw-ev-close {
  position: absolute;
  top: 0; right: 0;
  background: none;
  border: none;
  color: var(--tw-white);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  opacity: .7;
  padding: 0 2px;
  transition: opacity .2s;
}
.tw-ev-close:hover { opacity: 1; }

/* Close dos anúncios: fundo semitransparente circular */
.tw-ev-close--ad {
  top: 6px;
  right: 6px;
  font-size: 14px;
  background: rgba(0,0,0,.60);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.tw-ev-close--ad:hover { background: rgba(0,0,0,.9); }

/* ── Card Membro ── */
.tw-ev-member {
  position: relative;
  text-align: center;
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 16px;
}

.tw-ev-member__avatar-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  width: 150px;
}

/* Blob rosa atrás do avatar — igual ao Figma */
.tw-ev-member__avatar-bg {
  position: absolute;
  /* inset: 0;
  background: radial-gradient(ellipse 72% 78% at 50% 52%,
    rgba(239,117,184,.85) 0%,
    rgba(239,117,184,.50) 35%,
    rgba(239,117,184,.15) 60%,
    transparent 80%); */
  border-radius: 50%;
}

.tw-ev-member__avatar {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.tw-ev-member__name {
  font-family: var(--f-manrope);
  font-size: 20px;
  font-weight: 700;
  color: var(--tw-white);
  margin: 0 0 5px;
}

.tw-ev-member__desc {
  font-family: var(--f-manrope);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,.82);
  line-height: 1.5;
  margin-bottom: 18px;
}

.tw-ev-member__cta {
  height: 44px;
  font-size: 14px;
  padding: 0 28px;
  margin: 0 auto;
  display: inline-flex;
  border-radius: 25px;
}

/* ── Card Podcasts ── */
.tw-ev-podcast {
  position: relative;
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 16px;
  text-align: center;
}

/* Grid 2×3 de tiles */
.tw-ev-podcast__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.tw-ev-podcast__tile {
  border-radius: 10px;
  padding: 12px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

.tw-ev-podcast__tile--dark { background: #1e2d5a; }
.tw-ev-podcast__tile--mid  { background: #3c3d4e; }
.tw-ev-podcast__tile--light { background: #e8e9ed; }

.tw-ev-podcast__icon {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 4px;
}
.tw-ev-podcast__icon--red  { color: #e03535; }
.tw-ev-podcast__icon--blue { color: #3b82f6; }

.tw-ev-podcast__title {
  font-family: var(--f-manrope);
  font-size: 11px;
  font-weight: 700;
  color: var(--tw-white);
  margin: 0;
  line-height: 1.3;
}
.tw-ev-podcast__title--dark { color: #1e2d5a; }

.tw-ev-podcast__desc {
  font-family: var(--f-manrope);
  font-size: 9.5px;
  font-weight: 400;
  color: rgba(255,255,255,.75);
  margin: 0;
  line-height: 1.4;
}
.tw-ev-podcast__desc--dark { color: rgba(30,45,90,.80); }

/* ── Anúncios (só imagem, sem box) ── */
.tw-ev-ad {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.tw-ev-ad__img {
  width: 100%;
  display: block;
}


/* ============================================================
   PÁGINA INSCRIÇÕES
   ============================================================ */

/* Subtítulo "Venha fazer parte e garanta sua vaga!" */
.tw-insc__subtitle {
  font-family: var(--f-manrope);
  font-size: 54px;
  font-weight: 400;
  color: var(--tw-cyan);
  margin: 0 0 28px;
  line-height: 1.3;
}

/* Foto dos 3 carros */
.tw-insc__cars-img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 340px;
}

/* Card do formulário — fundo cyan claro */
.tw-insc__form {
  position: relative;
  margin-top: -15px;
  background: var(--tw-cyan);
  border-radius: 20px;
  padding: 36px 40px 40px;
}

.tw-insc__form-title {
  font-family: var(--f-michroma);
  font-size: 18px;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 28px;
  line-height: 1.4;
}

/* Campo */
.tw-insc__field {
  margin-bottom: 14px;
}

.tw-insc__label {
  display: block;
  font-family: var(--f-manrope);
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.tw-insc__input {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 25px;
  border: none;
  background: var(--tw-white);
  padding: 0 20px;
  font-family: var(--f-manrope);
  font-size: 15px;
  color: #1a1a1a;
  outline: none;
}
.tw-insc__input:focus { box-shadow: 0 0 0 2px rgba(0,0,0,.15); }

/* Linha Telefone + CPF */
.tw-insc__row {
  display: flex;
  gap: 16px;
}
.tw-insc__row .tw-insc__field { flex: 1; margin-bottom: 14px; }

/* Label upload */
.tw-insc__upload-label {
  font-family: var(--f-manrope);
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 8px 0 16px;
}

/* Área upload: Bootstrap row g-0 */
.tw-insc__upload-area {
  margin-bottom: 28px;
}

.tw-insc__upload-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--tw-white);
  border-radius: 25px;
  padding: 24px 12px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: opacity .2s;
}
.tw-insc__upload-box:hover { opacity: .85; }
.tw-insc__upload-box .wpcf7-form-control-wrap,
.tw-insc__upload-box .tw-insc__upload-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.tw-insc__upload-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tw-insc__upload-filename {
  font-size: 11px;
  color: var(--tw-dark);
  text-align: center;
  word-break: break-all;
  padding: 4px;
}
.tw-insc__upload-box--loaded .tw-insc__upload-icon,
.tw-insc__upload-box--loaded .tw-insc__upload-text {
  display: none;
}

.tw-insc__upload-icon {
  font-size: 26px;
  color: #7a7878;
}

.tw-insc__upload-text {
  font-family: var(--f-manrope);
  font-size: 14px;
  font-weight: 700;
  color: #7a7878;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.tw-insc__upload-hint {
  font-family: var(--f-manrope);
  font-size: 13px;
  font-weight: 700;
  color: #7a7878;
  text-align: center;
}

/* Guia de fotos do veículo */
.tw-insc__guide {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

/* Botão "Me inscrever" */
.tw-insc__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 36px;
  background: var(--tw-black);
  color: var(--tw-white);
  border: none;
  border-radius: 25px;
  font-family: var(--f-manrope);
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity .2s;
}
.tw-insc__submit:hover { opacity: .80; }


/* ============================================================
   PÁGINA NOTÍCIAS
   ============================================================ */

.tw-noticias__bg {
  position: absolute;
  inset: 0;
  background: url('assets/img/bg-noticias.jpg') center top / 100% no-repeat;
  /* opacity: 0.75; */
  z-index: 0;
}

.tw-noticias__main {
  flex: 0 0 70%;
  max-width: 70%;
}

/* Hero */
.tw-noticias__label {
  font-family: var(--f-michroma);
  font-size: 52px;
  font-weight: 400;
  color: var(--tw-cyan);
  line-height: 1.2;
  margin: 0 0 8px;
}

.tw-noticias__title {
  font-family: var(--f-manrope);
  font-size: 40px;
  font-weight: 400;
  color: var(--tw-white);
  line-height: 1.35;
  margin: 0 0 32px;
}

.tw-noticias__title--acc {
  font-family: var(--f-manrope);
  font-size: 40px;
  font-weight: 700;
  color: var(--tw-white);
}

/* Busca */
.tw-noticias__search-label {
  font-family: var(--f-manrope);
  font-size: 22px;
  font-weight: 500;
  color: var(--tw-cyan);
  margin: 0 0 12px;
}

.tw-noticias__search {
  display: flex;
  height: 52px;
  gap: 12px;
  max-width: 620px;
  margin-bottom: 48px;
}

.tw-noticias__search-input-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  background: var(--tw-white);
  border-radius: 26px;
  padding: 0 18px;
  gap: 10px;
}

.tw-noticias__search-icon {
  font-size: 18px;
  color: #1a1a1a;
  flex-shrink: 0;
}

.tw-noticias__search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--f-manrope);
  font-size: 15px;
  color: #1a1a1a;
}
.tw-noticias__search-input::placeholder { color: rgba(0,0,0,.45); }

.tw-noticias__search-btn {
  background: var(--tw-pink);
  border: none;
  border-radius: 26px;
  padding: 0 32px;
  font-family: var(--f-manrope);
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity .2s;
  flex-shrink: 0;
}
.tw-noticias__search-btn:hover { opacity: .85; }

/* Destaque */
.tw-noticias__featured {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 13px;
  margin-bottom: 0;
}

.tw-noticias__featured-main {
  display: flex;
  flex-direction: column;
}

.tw-noticias__featured-img {
  width: 100%;
  min-height: 476px;
  object-fit: cover;
  display: block;
  margin-bottom: 14px;
}

.tw-noticias__featured-title {
  font-family: var(--f-manrope);
  font-size: 22px;
  font-weight: 700;
  color: var(--tw-cyan);
  margin: 0 0 10px;
  line-height: 1.45;
}

.tw-noticias__featured-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tw-noticias__side-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.tw-noticias__side-img {
  flex: 0 0 50%;
  max-width: 50%;
  aspect-ratio: 256 / 278;
  object-fit: cover;
  display: block;
}

.tw-noticias__side-text { flex: 1; min-width: 0; }

.tw-noticias__side-title {
  font-family: var(--f-manrope);
  font-size: 18px;
  font-weight: 700;
  color: var(--tw-cyan);
  margin: 0 0 10px;
  line-height: 1.45;
}

/* Meta (data + Ler mais) */
.tw-noticias__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tw-noticias__date {
  font-family: var(--f-manrope);
  font-size: 14px;
  font-weight: 400;
  color: var(--tw-white);
}

.tw-noticias__card-link {
  color: inherit;
  text-decoration: none;
}
.tw-noticias__card-link:hover { opacity: .8; }

.tw-noticias__more {
  font-family: var(--f-manrope);
  font-size: 14px;
  font-weight: 700;
  color: var(--tw-pink);
  transition: opacity .2s;
}
.tw-noticias__more:hover { opacity: .75; }

/* Divisor */
.tw-noticias__divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,.18);
  margin: 28px 0;
}

/* Item da lista */
.tw-noticias__item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.tw-noticias__item-img {
  flex: 0 0 46%;
  max-width: 46%;
  aspect-ratio: 488 / 295;
  object-fit: cover;
  display: block;
}

.tw-noticias__item-body { flex: 1; min-width: 0; }

.tw-noticias__item-title {
  font-family: var(--f-manrope);
  font-size: 22px;
  font-weight: 700;
  color: var(--tw-white);
  margin: 0 0 10px;
  line-height: 1.4;
}

.tw-noticias__item-excerpt {
  font-family: var(--f-manrope);
  font-size: 16px;
  font-weight: 400;
  color: var(--tw-white);
  margin: 0 0 12px;
  line-height: 1.65;
}

/* Ver mais */
.tw-noticias__ver-mais { margin-top: 8px; }

/* ============================================================
   NOTÍCIAS — HERO CAROUSEL (mobile-only, d-md-none)
   ============================================================ */
.tw-noticias__hero-carousel {
  position: relative;
  margin-bottom: 24px;
}
.tw-noticias__hcar-swiper { overflow: hidden; }

.tw-noticias__hcar-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  margin-bottom: 14px;
}

.tw-noticias__hcar-caption {
  padding-right: 70px;
}

.tw-noticias__hcar-nav {
  position: absolute;
  right: 0;
  bottom: 36px;
  display: flex;
  gap: 6px;
}

.tw-noticias__hcar-prev,
.tw-noticias__hcar-next {
  background: none;
  border: none;
  color: var(--tw-white);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: .8;
  transition: opacity .2s;
}
.tw-noticias__hcar-prev:hover,
.tw-noticias__hcar-next:hover { opacity: 1; }


/* ============================================================
   PÁGINA PARCEIROS
   ============================================================ */

.tw-parceiros__bg {
  position: absolute;
  inset: 0;
  background: url('assets/img/bg-parceiros.jpg') right top / 100% no-repeat;
  opacity: 0.46;
  z-index: 0;
}

/* Coluna principal mais larga para acomodar grid 3 colunas */
.tw-parceiros__main {
  flex: 0 0 58%;
  max-width: 58%;
}

.tw-parceiros__label {
  font-family: var(--f-manrope);
  font-size: 18px;
  font-weight: 400;
  color: var(--tw-white);
  margin: 0 0 10px;
}

.tw-parceiros__title {
  font-family: var(--f-manrope);
  font-size: 52px;
  font-weight: 400;
  color: var(--tw-white);
  line-height: 76px;
  margin: 0 0 20px;
}

.tw-parceiros__title--acc {
  display: block;
  font-family: var(--f-michroma);
  font-size: 64px;
  font-weight: 400;
  color: var(--tw-cyan);
  line-height: 76px;
}

.tw-parceiros__subtitle {
  font-family: var(--f-manrope);
  font-size: 18px;
  font-weight: 400;
  color: var(--tw-white);
  margin: 0 0 48px;
  line-height: 1.55;
}

/* Grid 3×2 */
.tw-parceiros__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

/* Card */
.tw-parceiros__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 36px 24px 28px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 16px;
  min-height: 340px;
}

.tw-parceiros__card-logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.tw-parceiros__logo-img {
  max-width: 180px;
  max-height: 130px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.tw-parceiros__card-text {
  font-family: var(--f-manrope);
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,.65);
  text-align: center;
  margin: 0;
  line-height: 1.65;
}

/* Badge medalha — só no card da Michelin */
.tw-parceiros__badge {
  width: 80px;
  height: auto;
  object-fit: contain;
  align-self: flex-start;
  margin-top: auto;
}

/* Banner inferior */
.tw-parceiros__banner {
  margin-top: 8px;
}

.tw-parceiros__banner-img {
  width: 100%;
  display: block;
  border-radius: 0;
  object-fit: cover;
  max-height: 260px;
}


/* ============================================================
   PÁGINA LOCAL
   ============================================================ */

.tw-local__bg {
  position: absolute;
  inset: 0;
  background: url('assets/img/bg-local.jpg') top center / 100% no-repeat;
  /* opacity: 0.8; */
  z-index: 0;
}

.tw-local__label {
  font-family: var(--f-manrope);
  font-size: 18px;
  font-weight: 500;
  color: var(--tw-white);
  margin: 0 0 10px;
}

.tw-local__hero-title {
  font-family: var(--f-michroma);
  font-size: 64px;
  font-weight: 400;
  color: var(--tw-cyan);
  line-height: 1.15;
  margin: 0 0 24px;
}

.tw-local__hero-cta {
  margin-top: 28px;
  margin-bottom: 80px;
}

.tw-local__section-title {
  margin-top: 16px;
}

.tw-local__details {
  margin-top: 0;
  margin-bottom: 0;
}

.tw-local__info-item {
  margin-bottom: 22px;
}

.tw-local__info-label {
  font-family: var(--f-manrope);
  font-size: 15px;
  font-weight: 700;
  color: var(--tw-cyan);
  margin: 0 0 4px;
}

.tw-local__info-value {
  font-family: var(--f-manrope);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,.85);
  margin: 0;
  line-height: 1.65;
}

.tw-local__map-heading {
  margin-top: 52px;
}

.tw-local__map-img {
  width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  max-height: 440px;
  margin-top: 24px;
}

.tw-local__route-cta {
  margin-top: 28px;
}


/* ============================================================
   PÁGINA AGENDA
   ============================================================ */

/* ── HERO ── */
.tw-agenda-hero {
  position: relative;
  /* overflow: hidden; */
  /* background: var(--tw-dark); */
  min-height: 480px;
}

.tw-agenda-hero__bg {
  position: absolute;
  inset: 0;
  background: url('assets/img/bg-agenda.jpg') center top / cover no-repeat;
  z-index: 0;
}

.tw-agenda-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(3,2,2,.72);
  z-index: 1;
}

.tw-agenda-hero__stripe {
  position: absolute;
  left: -55px;
  top: 20%;
  width: 300px;
  height: 600px;
  background: var(--tw-cyan);
  opacity: 0.55;
  transform: skewY(-10deg);
  z-index: 2;
  pointer-events: none;
}

.tw-agenda-hero__wrap {
  position: relative;
  z-index: 3;
  padding-top: 200px;
  padding-bottom: 100px;
}

.tw-agenda-hero__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.tw-agenda-hero__left {
  /* flex: 0 0 56%; */
  /* max-width: 56%; */
}

.tw-agenda-hero__right {
  flex: 0 0 30%;
  max-width: 30%;
}

.tw-agenda-hero__label {
  font-family: var(--f-manrope);
  font-size: 18px;
  font-weight: 400;
  /* color: var(--tw-pink); */
  margin: 0 0 18px;
}

.tw-agenda-hero__title {
  font-family: var(--f-manrope);
  font-size: 46px;
  font-weight: 400;
  color: var(--tw-white);
  line-height: 1.35;
  margin: 0 0 36px;
}

.tw-agenda-hero__title--acc {
  font-family: var(--f-michroma);
  font-size: 44px;
  font-weight: 400;
  color: var(--tw-cyan);
  line-height: 1.35;
}

/* ── EVENTS SECTION ── */
.tw-agenda-events {
  position: relative;
  /* background: var(--tw-dark); */
  padding: 80px 0 64px;
  overflow: hidden;
}

.tw-agenda-events__deco-left {
  position: absolute;
  left: -70px;
  top: 32%;
  width: 220px;
  height: 460px;
  background: var(--tw-cyan);
  opacity: 0.65;
  transform: skewY(-12deg);
  pointer-events: none;
  z-index: 0;
}

.tw-agenda-events__deco-right {
  position: absolute;
  right: -70px;
  bottom: 18%;
  width: 220px;
  height: 460px;
  background: var(--tw-cyan);
  opacity: 0.65;
  transform: skewY(-12deg);
  pointer-events: none;
  z-index: 0;
}

.tw-agenda-events .tw-container {
  position: relative;
  z-index: 1;
}

/* 2-column grid */
.tw-agenda-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}

/* Event card */
.tw-agenda-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.tw-agenda-card__img {
  width: 100%;
  /* height: 300px; */
  object-fit: cover;
  display: block;
}

.tw-agenda-card__info {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  background: transparent;
  border: 2px solid var(--tw-white);
  flex: 1;
}

/* Calendar badge */
.tw-agenda-cal {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  background: var(--tw-cyan);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tw-agenda-cal__month {
  font-family: var(--f-manrope);
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1;
}

.tw-agenda-cal__icon {
  font-size: 34px;
  color: #1a1a1a;
  line-height: 1;
}

/* Card text */
.tw-agenda-card__text { flex: 1; min-width: 0; }

.tw-agenda-card__speaker {
  font-family: var(--f-manrope);
  font-size: 20px;
  font-weight: 800;
  color: var(--tw-white);
  margin: 0 0 4px;
  letter-spacing: 0.04em;
}

.tw-agenda-card__specialty {
  font-family: var(--f-manrope);
  font-size: 18px;
  font-weight: 700;
  color: var(--tw-white);
  margin: 0 0 8px;
}

.tw-agenda-card__dates {
  font-family: var(--f-manrope);
  font-size: 18px;
  font-weight: 400;
  color: var(--tw-cyan);
  margin: 0 0 10px;
}

.tw-agenda-card__more {
  font-family: var(--f-manrope);
  font-size: 16px;
  font-weight: 700;
  color: var(--tw-white);
  transition: color .2s;
}
.tw-agenda-card__more:hover { color: var(--tw-cyan); }

/* Disclaimer */
.tw-agenda-disclaimer {
  font-family: var(--f-manrope);
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,.45);
  line-height: 1.6;
  margin: 0;
}


/* ============================================================
   HAMBURGER
   ============================================================ */
.tw-navbar__hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 4px;
  z-index: 1001;
  position: relative;
}
.tw-navbar__hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  background: var(--tw-white);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
/* Transforma em X quando aberto */
.tw-navbar__hamburger.is-open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.tw-navbar__hamburger.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.tw-navbar__hamburger.is-open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ============================================================
   MENU MOBILE — OVERLAY + DRAWER
   ============================================================ */
.tw-mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1002;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.tw-mobile-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.tw-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 85vw);
  height: 100dvh;
  background: #0d0d0d;
  z-index: 1003;
  display: flex;
  flex-direction: column;
  padding: 80px 32px 48px;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.tw-mobile-menu.is-open {
  transform: translateX(0);
}

.tw-mobile-menu__close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: var(--tw-white);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.tw-mobile-menu__close:hover { opacity: 1; }

.tw-mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tw-mobile-menu__link,
.tw-mobile-menu__list > li > a {
  display: block;
  font-family: var(--f-manrope);
  font-size: 22px;
  font-weight: 500;
  color: var(--tw-white);
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
}
.tw-mobile-menu__link:hover,
.tw-mobile-menu__list > li > a:hover {
  color: var(--tw-cyan);
  padding-left: 8px;
}

.tw-mobile-menu__cta {
  align-self: flex-start;
  height: 54px;
  font-size: 18px;
  margin-top: auto;
}

/* ============================================================
   REVIEWS — SWIPER WRAP (todas as telas)
   ============================================================ */
.tw-reviews__wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tw-reviews__swiper {
  flex: 1;
  min-width: 0;
  overflow: initial !important;
}
.tw-reviews__swiper .swiper-wrapper {
  overflow: initial !important;
}
.tw-reviews__arrow {
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
}
.tw-reviews__arrow img { height: 50px; width: auto; }
.tw-reviews__arrow--next img { transform: scaleX(-1); }

/* Desktop: sem setas */
@media (min-width: 768px) {
  .tw-reviews__arrow { display: none; }
  .tw-reviews__swiper .swiper-slide { width: 33.333% !important; }
  .tw-review { padding-top: 65px; }
}

/* ============================================================
   MOBILE — max-width: 767px
   ============================================================ */
@media (max-width: 767px) {

  /* Container */
  .tw-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Global headings */
  .tw-heading { margin-bottom: 24px; }
  .tw-heading__reg { font-size: 30px; line-height: 1.2; }
  .tw-heading__sep { font-size: 30px; }
  .tw-heading__acc { font-size: 34px; line-height: 1.2; }

  /* ── NAVBAR ── */
  .tw-navbar { padding-top: 16px; gap: 0; }
  .tw-navbar__logo-img { max-height: 70px; }

  /* ── HERO ── */
  .tw-hero > .tw-container { padding-top: 100px; }
  .tw-hero__title--intro { font-size: 26px; line-height: 1.3; }
  .tw-hero__title--main  { font-size: 32px; line-height: 1.2; }
  .tw-hero__left { padding-top: 20px; }
  .tw-hero__right {
    justify-content: stretch;
    padding-top: 28px;
  }

  /* Botão "Virar membro" */
  .tw-hero__cta {
    height: 54px;
    font-size: 18px;
    padding: 0 32px;
    border-radius: 27px;
  }

  /* Formulário — ocupa 100% e proporciona inputs generosos */
  .tw-form-card {
    width: 100%;
    padding: 28px 24px 24px;
    border-radius: 20px;
  }
  .tw-form-card__title { font-size: 22px; margin-bottom: 20px; }
  .tw-form-card__field { margin-bottom: 10px; }
  .tw-form-card__label { font-size: 13px; margin-bottom: 4px; }
  .tw-form-card__input { height: 52px; font-size: 15px; }

  /* Botão "Me inscrever" — mais largo */
  .tw-form-card__submit {
    width: 100%;
    height: 56px;
    font-size: 18px;
    margin-top: 16px;
  }

  /* Badges */
  .tw-hero__badges { margin-top: 24px; padding-bottom: 28px; }
  .tw-badge {
    font-size: 14px;
    padding: 16px 14px;
    min-height: 88px;
    height: 100%;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* ── MAP ── */
  .tw-map__row { min-height: auto; }
  .tw-map__mobile-hd {
    padding: 40px 0 20px;
    text-align: center;
  }
  .tw-map__left {
    padding-top: 24px;
    padding-bottom: 32px;
    text-align: center;
    align-items: center;
  }
  .tw-map__title--top    { font-size: 30px; line-height: 1.2; }
  .tw-map__title--bottom { font-size: 34px; line-height: 1.2; }
  .tw-map__desc { font-size: 16px; }
  .tw-map__cta { align-self: center; }
  .tw-map__right { height: 280px; }

  /* ── CARROS ── */
  .tw-cars__cta { padding-top: 24px; }
  .tw-cars__slide { width: 85%; }
  .tw-cars__img { height: 300px; }
  .swiper-slide-active .tw-cars__img { height: 220px; }
  .tw-cars__car-name { font-size: 20px; }
  .tw-cars__prev-btn,
  .tw-cars__next-btn { font-size: 28px; padding: 0 6px; }

  /* ── NOTÍCIAS ── */
  .tw-news__left { padding-right: 0; }
  .tw-news__right {
    padding-top: 32px;
    padding-left: 0;
  }
  .tw-news__thumb { width: 110px; height: 80px; }
  .tw-news__item-title { font-size: 15px; }
  .tw-news__featured-overlay { padding: 24px; }
  .tw-news__headline { font-size: 15px; }
  .tw-news__headline--brand { font-size: 15px; }

  /* ── TV ── */
  .tw-tv__arrow { display: none; }
  .tw-tv__swiper,
  .tw-tv__swiper .swiper-wrapper { overflow: visible; }
  .tw-tv__item {
    border-radius: 15px;
    box-shadow: none;
    /* opacity: 0.6; */
  }
  .tw-tv__item.swiper-slide-active {
    opacity: 1;
    box-shadow: 0px 4px 78px -13px #ABE1F3;
  }
  .tw-tv__caption { display: none !important; }

  /* ── REVIEWS ── */
  .tw-reviews__wrap { gap: 8px; }
  .tw-reviews__arrow img { height: 40px; }

  /* ── SEÇÕES — reduz padding vertical ── */
  .tw-news    { padding: 48px 0; }
  .tw-tv      { padding: 48px 0; }
  .tw-partners { padding: 48px 0; }
  .tw-garage  { padding: 48px 0; }
  .tw-reviews { padding: 48px 0; }
  .tw-cars    { padding-top: 48px; padding-bottom: 48px; }

  /* ── PARCEIROS ── */
  .tw-partners__logos {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 28px;
    column-gap: 0;
  }
  .tw-partners__logo-cell {
    flex: 0 0 33.333%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
  }
  .tw-partners__logo-cell:nth-child(1),
  .tw-partners__logo-cell:nth-child(3),
  .tw-partners__logo-cell:nth-child(7) {
    border-right: 2px solid rgba(255, 255, 255, 0.4);
  }
  .tw-partners__sep { display: none; }

  /* ── GARAGE ── */
  .tw-garage__play { width: 110px; height: 110px; }
  .tw-garage__thumb { height: 200px; }

  /* ── REVIEWS ── */
  .tw-review__quote { font-size: 15px; padding: 0 15px; }
  .tw-review__name{ font-size: 18px; }
  .tw-review__avatar{ width: 100px; height: 100px; }
  .tw-review__body{ padding: 50px 32px 36px; }

  /* ── NOTÍCIAS ── */
  .tw-noticias__main { flex: none; max-width: 100%; }
  .tw-noticias__label { font-size: 14px; }
  .tw-noticias__title { font-size: 22px; line-height: 1.3; }
  .tw-noticias__title--acc { font-size: 22px; }
  .tw-noticias__search-label { font-size: 14px; margin-bottom: 10px; }
  .tw-noticias__search { height: 44px; }
  .tw-noticias__search-btn { padding: 0 16px; font-size: 14px; }
  .tw-noticias__item { gap: 14px; }
  .tw-noticias__item-img { flex: 0 0 40%; max-width: 40%; }
  .tw-noticias__item-title { font-size: 13px; margin-bottom: 6px; }
  .tw-noticias__item-excerpt { font-size: 11px; }
  .tw-noticias__divider { margin: 16px 0; }
  .tw-noticias__ver-mais { align-self: center; padding: 0 32px; height: 44px; font-size: 14px; }

  /* ── PARCEIROS ── */
  .tw-parceiros__main { flex: none; max-width: 100%; }
  .tw-parceiros__label { font-size: 14px; }
  .tw-parceiros__title { font-size: 32px; line-height: 1.2; }
  .tw-parceiros__title--acc { font-size: 28px; line-height: 1.2; }
  .tw-parceiros__subtitle { font-size: 14px; margin-bottom: 28px; }
  .tw-parceiros__grid { grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; }
  .tw-parceiros__card { padding: 20px 14px 18px; min-height: 0; gap: 10px; }
  .tw-parceiros__card-logo { flex: none; }
  .tw-parceiros__logo-img { max-width: 120px; max-height: 70px; }
  .tw-parceiros__card-text { font-size: 10px; }
  .tw-parceiros__badge { width: 56px; }

  /* ── LOCAL ── */
  .tw-local__hero-title { font-size: 36px; }

  /* ── AGENDA ── */
  .tw-agenda-hero__wrap { padding-top: 130px; padding-bottom: 60px; }
  .tw-agenda-hero__row { flex-direction: column; }
  .tw-agenda-hero__left { flex: none; max-width: 100%; }
  .tw-agenda-hero__right { display: none; }
  .tw-agenda-hero__title { font-size: 26px; }
  .tw-agenda-hero__title--acc { font-size: 28px; }
  .tw-agenda-grid { grid-template-columns: 1fr; }
  .tw-agenda-card__img { height: 220px; }
  .tw-agenda-cal { width: 76px; height: 76px; border-radius: 10px; }
  .tw-agenda-cal__month { font-size: 13px; }
  .tw-agenda-cal__icon { font-size: 22px; }
  .tw-agenda-card__speaker { font-size: 16px; }
  .tw-agenda-card__specialty { font-size: 14px; }
  .tw-agenda-card__dates { font-size: 14px; }

  /* ── O EVENTO ── */
  .tw-evento__wrap { padding-top: 130px; padding-bottom: 60px; }
  .tw-evento__row { flex-direction: column; }
  .tw-evento__main { flex: none; max-width: 100%; margin-bottom: 40px; }
  .tw-evento__sidebar { flex: none; max-width: 100%; display: none; }
  .tw-evento__title { font-size: 30px; line-height: 1.2; }
  .tw-evento__title--acc { font-size: 34px; line-height: 1.2; }

  /* ── INSCRIÇÕES ── */
  .tw-insc__upload-text { font-size: 11px; }
  .tw-insc__upload-hint { font-size: 10px; }
  .tw-insc__subtitle { font-size: 22px; line-height: 1.4; }
  .tw-insc__cars-img { display: none; }
  .tw-insc__row { flex-direction: column; gap: 0; }
  .tw-insc__form { padding: 24px 20px 28px; }
  .tw-insc__form-car {
    display: block;
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .tw-insc__submit {
    width: 100%;
    background: var(--tw-pink);
    color: #1e1e1e;
    height: 48px;
    font-size: 16px;
  }

  /* ── FOOTER ── */
  .tw-footer { padding: 60px 0 40px; }
  .tw-footer__brand {
    padding-right: 0;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .tw-footer__logo { height: 100px; margin-bottom: 20px; }
  .tw-footer__desc { font-size: 16px; }
  .tw-footer__social-label { text-align: center; }
  .tw-footer__col {
    padding-left: 0;
    margin-bottom: 28px;
    text-align: center;
  }
  .tw-footer__col-title { line-height: 1.4; font-size: 18px; }
  .tw-footer__links a { line-height: 2.2; font-size: 16px; }
  .tw-footer__contact-item { font-size: 15px; }
  .tw-footer__wpp { justify-content: center; }
  .tw-footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }
}

/* ============================================================
   SINGLE POST
   ============================================================ */
.tw-single .tw-evento__wrap { padding-top: 200px; }

.tw-single__hero {
  width: 100%;
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
}
.tw-single__hero-img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
}

.tw-single__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.tw-single__cats { display: flex; gap: 8px; flex-wrap: wrap; }
.tw-single__cat {
  font-family: var(--f-manrope);
  font-size: 13px;
  font-weight: 700;
  color: var(--tw-pink);
  border: 1px solid var(--tw-pink);
  border-radius: 20px;
  padding: 3px 12px;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.tw-single__title {
  font-family: var(--f-manrope);
  font-size: 36px;
  font-weight: 800;
  color: var(--tw-white);
  line-height: 1.25;
  margin: 0 0 32px;
}

.tw-single__content {
  font-family: var(--f-manrope);
  font-size: 17px;
  color: var(--tw-white);
  line-height: 1.8;
}
.tw-single__content p { margin-bottom: 20px; }
.tw-single__content h2 { font-size: 26px; font-weight: 700; margin: 36px 0 16px; color: var(--tw-cyan); }
.tw-single__content h3 { font-size: 22px; font-weight: 700; margin: 28px 0 12px; }
.tw-single__content img { max-width: 100%; border-radius: 8px; margin: 24px 0; }
.tw-single__content a { color: var(--tw-pink); text-decoration: underline; }
.tw-single__content ul,
.tw-single__content ol { padding-left: 24px; margin-bottom: 20px; }
.tw-single__content li { margin-bottom: 8px; }
.tw-single__content blockquote {
  border-left: 4px solid var(--tw-pink);
  padding: 12px 20px;
  margin: 24px 0;
  background: rgba(239,117,184,.08);
  border-radius: 0 8px 8px 0;
  font-style: italic;
}

.tw-single__nav {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.12);
  flex-wrap: wrap;
}
.tw-single__nav-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 48%;
}
.tw-single__nav-link--next { text-align: right; margin-left: auto; }
.tw-single__nav-label {
  font-family: var(--f-manrope);
  font-size: 13px;
  font-weight: 700;
  color: var(--tw-pink);
  text-transform: uppercase;
  letter-spacing: .05em;
}
.tw-single__nav-title {
  font-family: var(--f-manrope);
  font-size: 15px;
  color: var(--tw-white);
  line-height: 1.4;
  transition: opacity .2s;
}
.tw-single__nav-link:hover .tw-single__nav-title { opacity: .75; }

/* ============================================================
   SEARCH
   ============================================================ */
.tw-search .tw-evento__wrap { padding-top: 200px; }

.tw-search__header { margin-bottom: 40px; }

.tw-search__count {
  font-family: var(--f-manrope);
  font-size: 15px;
  color: rgba(255,255,255,.6);
  margin-top: 8px;
}

.tw-search__empty {
  padding: 60px 0;
  text-align: center;
  font-family: var(--f-manrope);
  font-size: 18px;
  color: rgba(255,255,255,.7);
  line-height: 1.8;
}

.tw-search__pagination {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.tw-search__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: var(--f-manrope);
  font-size: 15px;
  font-weight: 600;
  color: var(--tw-white);
  transition: background .2s;
}
.tw-search__pagination .page-numbers.current,
.tw-search__pagination .page-numbers:hover { background: var(--tw-pink); color: #1e1e1e; }
.tw-search__pagination .prev,
.tw-search__pagination .next { width: auto; padding: 0 16px; border-radius: 20px; }

/* Grafismos */

.grafismo-mapa-do-evento{
  position: absolute;
  top: 70px;
  left: -40px;
  transform: translateX(-100%);
}

.grafismo-carros-aprovados{
  position: absolute;
  left: 60%;
  bottom: 0;
}

.grafismo-tv-tiger{
  display: none;
  position: absolute;
  right: 70%;
  bottom: -600px;
}

.grafismo-marcas{
  position: absolute;
  left: 100%;
  top: -160px;
}

.grafismo-quem-somos{
  position: absolute;
  top: 1150px;
  left: -40px;
  transform: translateX(-100%);
}

@media (max-width: 767px) {
  .tw-single .tw-evento__wrap { padding-top: 80px; }
  .tw-search .tw-evento__wrap { padding-top: 80px; }
}