* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-transform: capitalize;
    transition: 1.0s linear;
}

html{
    scroll-behavior: smooth;
}

body {
    background: black;
    font-family: Arial, sans-serif;
    width: 100%;
    overflow-x: hidden;
}

/* NAVBAR */
.navegacao {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    z-index: 100;
    background-color: var(white);
}

/* LOGO */
.logo {
    height: 50px;
}

/* MENU */
.menu {
    list-style: none;
    display: flex;
    gap: 3rem;
}

/* LINKS */
.menu-link {
    text-decoration: none;
    color: black;
    font-weight: 600;
    transition: color 0.3s;
}

.menu-link:hover {
    color: #ff0000; /* pode trocar pela cor da Ct Prime */
    font-size: 1.3rem;
    transition: 0.5s linear;
}

section{
    padding: 3rem 2rem;
    margin: 0 auto;
    max-width: 1200px;
}

.btn{
     background: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: 1rem 3rem;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;

    border: 2px solid #000;
    transition: all 0.4s ease; /* 👈 importante */
}

.btn:hover{
    transition: 0.5s linear;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    background: #000;
    color: #fff;
}

.home{
    background: url("teste9.png");
    background-position: center;
    background-size: cover;
}

.home section{
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.content{
    max-width: 60rem;
}

.content h3{
    color: #fff;
    font-size: 3rem;
    max-width: 600px;
    line-height: 0.9;
}

.prime{
    color: red;
}

.titulo{
    font-size: 48px;
    color: #fff;
}

.baixa {
    display: block;
    font-size: 32px;
    color: #ddd;
}

.content p{
    color: #fff;
    font-size: 0.7rem;
    font-weight: 250;
    line-height: 1.2;
    padding: 1rem 0;
    max-width: 450px;
}

.tittle{
    font-size: 3.8rem;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.tittle span{
    color: red;
    text-transform: uppercase;
}

.sobre .row{
    display: flex;
    align-items: center;
    background-color: var(black);
    gap: 1.5rem;

}

.imag {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;     /* Centraliza verticalmente */
    height: 100vh;           /* Define altura total da tela (opcional) */
}

.imag img {
    max-width: 400px;        /* Define o tamanho menor da imagem */
    height: auto;            /* Mantém a proporção da imagem */
}

.contente{
    font-size: 2rem;
    max-width: 750px;
    line-height: 0.9;
    color: white;
}

.contente h3{
    font-size: 3rem;
    line-height: 1;
}

.contente p{
    font-size: 1.1rem;
}

.ctprime{
    color: red;
}



.caracteristicas {
  padding: 35px 20px;
  text-align: center;
  background-color: #000000;
}

.caracteristicas h2 {
  font-size: 29px;
  margin-bottom: 25px;
  color: #fffefe;
}

.caracteristicas h2 span {
  color: #ffffff;
}

.caracteristicas-grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.caracteristicas .item {
  transition: transform 0.3s ease;
}

.caracteristicas .item:hover {
  transform: scale(1.06);
}

.caracteristicas .item img {
  width: 45px;
  margin-bottom: 8px;
}

.caracteristicas .item p {
  font-size: 13px;
  color: #ffffff;
  line-height: 1.3;
}

.texto-dono{
   color: white;          /* cor do texto */
   font-size: 0.7rem;     /* tamanho da letra */
   font-weight: 250;      /* espessura da fonte */
   line-height: 1.2;      /* espaçamento entre linhas */
   padding: 2rem 0;       /* espaço interno em cima e embaixo */
   max-width: 340px;      /* largura máxima do texto */

}

.texto-dono h2{
    font-size: 3.4rem;
    line-height: 1;
    display: block;
}

.redd{
    color: red;
}

.dono{
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: row-reverse;

}

.imag-donos{
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;     /* Centraliza verticalmente */
    height: 50rem;    
}

.imag-donos img{
    max-width: 510px;        /* Define o tamanho menor da imagem */
    height: auto;            /* Mantém a proporção da imagem */
}

.mapa {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}

.mapa iframe {
  width: 90%;
  max-width: 1000px;
  height: 450px;
  border: 0;
  border-radius: 12px;
}


.footer {
  background: #000;
  color: #fff;
  padding: 4rem 1rem;
  text-align: center;
  font-family: Arial, sans-serif;
}

.footer-logo img {
  max-width: 220px;
  margin-bottom: 2rem;
}

.footer-line {
  border: none;
  height: 1px;
  background: #fff;
  opacity: 0.3;
  margin: 2.5rem auto;
  max-width: 1100px;
}

.footer-social p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.social-icons a {
  width: 50px;
  height: 50px;
  background: #fff; /* círculo branco */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.1);
}

.social-icons img {
  width: 24px;
  height: auto;
}

.footer-info {
  max-width: 900px;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-info p {
  margin: 0.4rem 0;
}

.footer-info .empresa,
.footer-info .cnpj {
  font-weight: bold;
  margin-top: 1rem;
}

@media (max-width: 600px) {
  .footer-logo img {
    max-width: 180px;
  }

  .social-icons a {
    width: 44px;
    height: 44px;
  }
}

.whta {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 220px;        /* tamanho médio */
  max-width: 90%;     /* mobile ok */
  margin: 0 auto;     /* centraliza */

  transition: transform 0.3s ease;
  cursor: pointer;
}

.whta img {
  width: 100%;
  height: auto;
}

.whta:hover {
  transform: scale(1.08);
}

@media (max-width: 768px) {

  /* GERAL */
  section {
    padding: 2rem 1rem;
  }

  /* HOME */
  .home section {
    flex-direction: column;
    justify-content: center;
    min-height: auto;
    padding-top: 6rem; /* espaço da navbar */
    text-align: center;
  }

  .content {
    max-width: 100%;
  }

  .content h3 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .titulo {
    font-size: 32px;
  }

  .baixa {
    font-size: 20px;
  }

  .content p {
    font-size: 0.85rem;
    max-width: 100%;
  }

  /* SOBRE */
  .sobre .row {
    flex-direction: column;
    text-align: center;
  }

  .imag {
    height: auto;
  }

  .imag img {
    max-width: 90%;
  }

  /* DONOS */
  .dono {
    flex-direction: column;
    text-align: center;
  }

  .imag-donos {
    height: auto;
  }

  .imag-donos img {
    max-width: 90%;
  }

  .texto-dono {
    max-width: 100%;
  }

  .texto-dono h2 {
    font-size: 2.2rem;
  }

  /* NAVBAR */
  .menu {
    gap: 1.2rem;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 1000px) {

  /* SOMENTE O BANNER HOME */
  .home {
    background-position: top center; /* imagem começa do topo */
    background-size: cover;
  }

  .home section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    min-height: 100vh;
    padding-top: 7rem; /* espaço da navbar */
    text-align: center;
  }

  .home .content {
    margin-top: 18rem; /* texto desce, imagem fica em cima */
    max-width: 100%;
    padding: 0 1rem;
  }

  .home .content h3 {
    font-size: 2.2rem;
    line-height: 1.1;
  }

  .home .titulo {
    font-size: 34px;
  }

  .home .baixa {
    font-size: 22px;
  }

  .home .content p {
    font-size: 0.9rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {

  /* ------------------------------
     GERAL: espaçamento e alinhamento
     ------------------------------ */
  body {
    font-size: 1rem; /* base confortável */
  }

  section {
    padding: 2rem 1rem;
  }

  h3, .titulo {
    text-align: center;
    line-height: 1.2em;
  }

  /* ------------------------------
     HOME (banner principal)
     ------------------------------ */
  .home {
    background-position: top center;
    background-size: cover;
  }

  .home section {
    flex-direction: column;
    justify-content: center;
    padding-top: 7rem;
  }

  .home .content {
    margin-top: 16rem;
    width: 90%;
    padding: 0;
  }

  .home .titulo {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }

  .home .baixa {
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
  }

  .home .content p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .home .btn {
    padding: 0.9rem 2.2rem;
    margin-bottom: 1.5rem;
  }

  /* ------------------------------
     SEÇÕES EM COLUNA (texto/imagens)
     ------------------------------ */
  .sobre .row,
  .dono {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .imag img,
  .imag-donos img {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .conteudo,
  .texto-dono {
    width: 90%;
  }

  /* ------------------------------
     MAPA & FOOTER
     ------------------------------ */
  .mapa iframe {
    width: 100%;
    height: 300px;
  }

  .footer-info {
    font-size: 0.95rem;
    padding: 0 1rem;
  }

}

@media screen and (max-width: 1000px) {

  /* =====================
     AJUSTES GERAIS MOBILE
     ===================== */
  section {
    padding: 2.5rem 1.2rem;
  }

  h2, h3 {
    text-align: center;
  }

  p {
    line-height: 1.5;
  }

  /* =====================
     HOME (banner principal)
     ===================== */
  .home {
    background-position: top center;
    background-size: cover;
  }

  .home section {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 7rem;
    text-align: center;
  }

  .home .content {
    margin-top: 15rem;
    max-width: 100%;
  }

  .home .titulo {
    font-size: 2rem; /* ↓ menor e elegante */
    margin-bottom: 0.3rem;
  }

  .home .baixa {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }

  .home .content p {
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
  }

  /* =====================
     SOBRE (imagem + texto)
     ===================== */
  .sobre .row {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
  }

  .imag img {
    max-width: 85%;
  }

  .contente h3 {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
  }

  .contente p {
    font-size: 1rem;
  }

  /* =====================
     CARACTERÍSTICAS
     ===================== */
  .caracteristicas h2 {
    font-size: 1.7rem;
  }

  .caracteristicas-grid {
    gap: 2rem;
  }

  .caracteristicas .item p {
    font-size: 0.9rem;
  }

  /* =====================
     DONO (imagem + texto)
     ===================== */
  .dono {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    text-align: center;
  }
 .imag-donos img {
    max-width: 85%;
  }

  .texto-dono h2 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }

  .texto-dono p {
    font-size: 0.95rem;
  }

  /* =====================
     MAPA
     ===================== */
  .mapa iframe {
    height: 280px;
  }

  /* =====================
     FOOTER
     ===================== */
  .footer-info {
    font-size: 0.9rem;
    line-height: 1.6;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 1000px) {

  /* =====================
     AJUSTE GLOBAL DE TEXTO
     ===================== */
  p {
    font-size: 0.92rem;
    line-height: 1.7;        /* deixa o texto esticado */
    letter-spacing: 0.02em; /* tira efeito de bolha */
    max-width: 34rem;       /* evita bloco gigante */
    margin-left: auto;
    margin-right: auto;
  }

  h2, h3 {
    line-height: 1.25;
    letter-spacing: 0.04em; /* títulos mais retos */
  }

  /* =====================
     HOME
     ===================== */
  .home .titulo {
    font-size: 1.9rem;
    letter-spacing: 0.08em;
  }

  .home .baixa {
    font-size: 1.15rem;
    letter-spacing: 0.06em;
  }

  .home .content p {
    margin-top: 0.8rem;
  }

  /* =====================
     SOBRE
     ===================== */
  .contente h3 {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
  }

  .contente p {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  /* =====================
     DONO
     ===================== */
  .texto-dono h2 {
    font-size: 1.95rem;
    letter-spacing: 0.07em;
  }

  .texto-dono p {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  /* =====================
     CARACTERÍSTICAS
     ===================== */
  .caracteristicas .item p {
    font-size: 0.88rem;
    line-height: 1.6;
  }
}

@media (max-width: 768px) {

  .sobre-container {
    flex-direction: column; /* 🔥 imagem em cima, texto embaixo */
    text-align: center;
  }

  .sobre-texto h2 {
    font-size: 30px;
  }

  .sobre-texto p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 100%;
  }

  .sobre-img img {
    max-width: 90%;
  }
}

/* ===== AJUSTES SOMENTE PARA CELULAR ===== */
@media (max-width: 768px) {

  /* Parágrafos */
  p {
    font-size: 11px;        /* texto menor */
    line-height: 1.9;       /* deixa mais esticado */
    letter-spacing: 0.3px;  /* dá mais “respiro” */
    margin-bottom: 10px;    /* menos espaço entre textos */
  }

  /* Títulos h3 */
  h3 {
    font-size: 13px;        /* diminui bastante */
    line-height: 1.3;
    margin-bottom: 12px;
  }

}
