.elementor-16116 .elementor-element.elementor-element-8c9d6e0{--display:flex;}.elementor-16116 .elementor-element.elementor-element-f48923f{--display:flex;}.elementor-16116 .elementor-element.elementor-element-b032ea9{--display:flex;}.elementor-16116 .elementor-element.elementor-element-ffbd521{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-1804947 *//* --- HERO TI ENCONTREI (Premium) ----------------------------------------- */

.tien-hero {
    position: relative;
    width: 100%;
    min-height: 680px;
    padding: 80px 30px;
    background-image: url("https://tiencontreinaweb.com.br/wp-content/uploads/2025/11/hero-02.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.tien-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.55), rgba(0,0,0,0.15));
    z-index: 1;
}

.tien-hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: #fff;
}

.tien-hero-content h1 {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 24px;
}

.tien-hero-content p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 560px;
}

.tien-hero-buttons {
    display: flex;
    gap: 16px;
}

/* BOTÕES -------------------------------------------------------------- */

.tien-btn-primary {
    background: #1ad36f;
    color: #000;
    padding: 14px 28px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: .2s ease;
}

.tien-btn-primary:hover {
    background: #11b85f;
}

.tien-btn-secondary {
    background: rgba(255,255,255,0.18);
    color: #fff;
    padding: 14px 28px;
    font-size: 17px;
    border-radius: 8px;
    text-decoration: none;
    backdrop-filter: blur(4px);
    transition: .2s ease;
}

.tien-btn-secondary:hover {
    background: rgba(255,255,255,0.3);
}

/* RESPONSIVO ----------------------------------------------------------- */

@media(max-width: 900px) {
    .tien-hero {
        min-height: 540px;
        padding: 60px 22px;
        background-position: center;
    }

    .tien-hero-content h1 {
        font-size: 34px;
    }

    .tien-hero-content p {
        font-size: 18px;
    }

    .tien-hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .tien-btn-primary, .tien-btn-secondary {
        display: block;
        text-align: center;
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57a5a85 *//* ===== BLOCO 3 — HÍBRIDO PORTAL + AGÊNCIA ===== */

.tien-block3 {
  padding: 100px 20px;
  background: #fff;
}

.tien-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.tien-title {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 20px;
}

.tien-subtitle {
  font-size: 18px;
  color: #475569;
  max-width: 850px;
  margin: 0 auto 60px auto;
}

.tien-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
}

.tien-benefit-card {
  padding: 30px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  transition: all .2s ease;
  text-align: center;
}

.tien-benefit-card img {
  width: 58px;
  margin-bottom: 15px;
}

.tien-benefit-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0f172a;
}

.tien-benefit-card p {
  font-size: 15px;
  color: #5a6a80;
  line-height: 1.5;
}

.tien-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.10);
}

@media (max-width: 900px) {
  .tien-benefits-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 600px) {
  .tien-benefits-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9677380 */<style>
/* ===============================
   SEÇÃO: Reconhecimento na Mídia
   =============================== */

.midia-ti {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.midia-ti .titulo-midia {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* GRID 3x3 */
.midia-ti .grid-midia {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* Bloco de cada mídia */
.midia-ti .midia-item {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
    height: 130px;
}

/* Hover geral */
.midia-ti .midia-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

/* Logos (aqui é onde reduz de fato) */
.midia-ti .midia-item img {
    max-width: 150px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Destaque especial MIT */
.midia-ti .placeholder-mit {
    border: 1px solid #dbe7ff;
    box-shadow: 0 0 0px rgba(0, 102, 255, 0.08);
    transition: all .35s ease;
}

.midia-ti .placeholder-mit:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow:
        0 0 15px rgba(0, 102, 255, 0.15),
        0 4px 18px rgba(0, 0, 0, 0.08);
    border-color: #7aa7ff;
}

.midia-ti .placeholder-mit img {
    filter: saturate(1.15) brightness(1.08);
    transition: all .35s ease;
}

.midia-ti .placeholder-mit:hover img {
    filter: saturate(1.25) brightness(1.12);
}

/* Placeholders MIT / CB com leve opacidade */
.midia-ti .placeholder-mit img,
.midia-ti .placeholder-cb img {
    opacity: 0.9;
}

.midia-ti .placeholder-mit:hover img,
.midia-ti .placeholder-cb:hover img {
    opacity: 1;
}

/* MOBILE */
@media (max-width: 768px) {
    .midia-ti .grid-midia {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .midia-ti .midia-item {
        height: 110px;
        padding: 18px;
    }

    .midia-ti .midia-item img {
        max-width: 120px;
    }
}

/* MOBILE MUITO PEQUENO */
@media (max-width: 480px) {
    .midia-ti .grid-midia {
        grid-template-columns: 1fr;
    }

    .midia-ti .midia-item img {
        max-width: 110px;
    }
}
</style>

<section class="midia-ti">

  <h2 class="titulo-midia">Reconhecimento na Mídia</h2>

  <div class="grid-midia">

    <!-- 1 - MIT -->
    <a class="midia-item placeholder-mit" href="#" target="_blank">
      <img src="URL-DA-LOGO-MIT" alt="MIT - Aguardando link">
    </a>

    <!-- 2 - MSN -->
    <a class="midia-item" href="https://www.msn.com/pt-br/noticias/ciencia-e-tecnologia/o-futuro-digital-e-tecnologico-no-brasil-como-inovacao-e-estrategia-moldam-o-sucesso-pessoal-e-profissional/ar-AA1PrNhM" target="_blank">
      <img src="https://tiencontreinaweb.com.br/wp-content/uploads/2025/11/logo-msn.webp" alt="MSN">
    </a>

    <!-- 3 - Band -->
    <a class="midia-item" href="https://www.band.com.br/band-vale/noticias/seguranca-e-continuidade-preparar-sua-infraestrutura-para-crises-e-viagens-de-campo-202510271420" target="_blank">
      <img src="https://tiencontreinaweb.com.br/wp-content/uploads/2025/11/portal-band-122213.png" alt="Band">
    </a>

    <!-- 4 - Banda B -->
    <a class="midia-item" href="https://www.bandab.com.br/economia/o-novo-trabalho-brasileiro-entre-leis-pixels-e-rotinas/" target="_blank">
      <img src="https://tiencontreinaweb.com.br/wp-content/uploads/2025/11/logo-bandab.png" alt="Banda B">
    </a>

    <!-- 5 - UOL -->
    <a class="midia-item" href="https://cenapop.uol.com.br/noticias/tecnologia/marketing-digital-em-alta-como-negocios-locais-estao-lucrando-com-estrategias-online.html" target="_blank">
      <img src="https://tiencontreinaweb.com.br/wp-content/uploads/2025/11/blog-novo-logo-uol.webp" alt="UOL Cenapop">
    </a>

    <!-- 6 - G7 -->
    <a class="midia-item" href="https://g7.news/empresas-do-rs-estao-usando-o-google-meu-negocio/" target="_blank">
      <img src="https://tiencontreinaweb.com.br/wp-content/uploads/2025/11/G7-logo.png" alt="G7 News">
    </a>

    <!-- 7 - Galeria de Notícias -->
    <a class="midia-item" href="https://galeriadenoticias.com.br/como-o-google-meu-negocio-esta-transformando-pequenas-empresas-no-rs/" target="_blank">
      <img src="https://tiencontreinaweb.com.br/wp-content/uploads/2025/11/logo.webp" alt="Galeria de Notícias">
    </a>

    <!-- 8 - Correio Brasiliense -->
    <a class="midia-item placeholder-cb" href="#" target="_blank">
      <img src="https://tiencontreinaweb.com.br/wp-content/uploads/2025/11/correio-brasiliense-logo.png" alt="Correio Brasiliense - Em Publicação">
    </a>

  </div>
</section>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08a1ca0 *//* --- QUEM SOMOS – TI ENCONTREI (PREMIUM) --- */

.tien-quem-somos {
    padding: 80px 20px;
}

.tien-qs-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

/* IMAGEM */
.tien-qs-img {
    width: 100%;
    height: 420px;
    background-image: url("https://tiencontreinaweb.com.br/wp-content/uploads/2025/11/quem-somos.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

/* TEXTO */
.tien-qs-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.tien-qs-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #444;
}

/* BOTÃO */
.tien-qs-btn {
    display: inline-block;
    margin-top: 10px;
    background: #0075ff;
    color: #fff;
    padding: 14px 26px;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: .2s ease;
}

.tien-qs-btn:hover {
    background: #0059c9;
}

/* RESPONSIVO */
@media(max-width: 900px){
    .tien-qs-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .tien-qs-img {
        height: 300px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-000a1b8 *//* Container */
.result-ti {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* Header */
.result-ti-header {
    text-align: center;
    margin-bottom: 50px;
}

.result-ti-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
}

.result-ti-header p {
    max-width: 760px;
    margin: 10px auto 0 auto;
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

/* Grid */
.result-ti-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

/* Cards */
.result-ti-card {
    background: #ffffff;
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: 0.25s;
    min-height: 360px;
    display: flex;
    flex-direction: column;
}

.result-ti-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.10);
}

/* Imagens */
.result-ti-img {
    width: 100%;
    height: 170px;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f4f6;
    margin-bottom: 18px;
}

.result-ti-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* Títulos */
.result-ti-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: #1f2937;
    min-height: 48px;
}

/* Textos */
.result-ti-card p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.55;
}

/* Mobile */
@media(max-width: 900px) {
    .result-ti-grid { grid-template-columns: repeat(2, 1fr); }
}

@media(max-width: 640px) {
    .result-ti-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc820f8 *//* Centralizar o wrapper geral no Elementor */
.tien-destaques-section {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 60px auto; /* centraliza e dá espaçamento */
    padding: 0 20px;
}

/* Centralizar o carrossel dentro da seção */
#tien-destaques-area {
    display: flex;
    justify-content: center;
}

/* Garantir que o carrossel fique centralizado */
.tien-carousel {
    justify-content: center !important;
}

/* Em telas grandes, limitar a largura para evitar ficar perdido no layout */
.tien-carousel {
    max-width: 1100px;
    margin: 0 auto;
}/* End custom CSS */