@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto:wght@400;700&display=swap');

/* Reset geral */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*css geral */
html, body, .index {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
  overflow-x: hidden !important;
  font-family: 'Roboto', sans-serif;
  background-color: transparent !important;
}


/* Corrige containers que aplicam padding/margem */
section, main, .container, .content, .wrapper {
  padding: 0 !important;

  width: 100vw !important;
  max-width: 100vw !important;
  box-sizing: border-box;
}

/* Tipografia */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #052158;
}
/*Pagina Home */

header {
  background-color: rgba(248, 248, 248, 0.9);
  padding: 10px 40px;
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(4px);
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.header-logo {
  width: 80px;
  height: auto;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.logo-text h2:last-child {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  left: 18px; /* Ajuste fino: aumente ou diminua esse valor conforme a largura do título */
}

/* ===== MENU RESPONSIVO ===== */
.menu-toggle {
  display: none; /* escondido no desktop */
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #052158;
  border-radius: 2px;
}

/* Versão mobile */
@media (max-width: 768px) {
  nav {
    flex-wrap: nowrap;
  }

  .menu {
    display: none;             /* esconde menu no mobile */
    flex-direction: column;    /* empilha itens */
    gap: 15px;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 20px 0;
    position: absolute;
    top: 70px;                 /* logo altura do cabeçalho */
    left: 0;
    z-index: 999;
  }

  .menu.active {
    display: flex;             /* mostra quando clicar */
  }

  .menu-toggle {
    display: flex;             /* mostra o botão no mobile */
  }

  .logo-area {
    flex: 1;
    text-align: center;        /* centraliza o logo */
  }
}

/* Sessão do Hero */
.welcome-section {
  width: 100vw !important;
  height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  right: 0;
}

.welcome-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Alinha à esquerda */
  padding-left: 5%; /* Espaço da esquerda */
}
.welcome-text {
    max-width: 1100px; 
  padding: 60px 40px;
  background: rgba(255, 255, 255, 0.85); 
  color: #222222; 
  font-family: 'Playfair Display', serif;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.welcome-text h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  margin: 0;
}

.welcome-text p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
}

.cta-button {
  width: fit-content;
  padding: 14px 32px;
  border: 2px solid #052158;
  background: transparent;
  color: #052158;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.cta-button:hover {
  background-color: #052158;
  color: white;
}

header h1,
.welcome-section h1,
.welcome-section p {
  margin-top: 0;
}








/* Responsividade apenas para telas pequenas */
@media (max-width: 768px) {
  .welcome-overlay {
    justify-content: center;   /* centraliza o bloco */
    padding: 0 16px;
  }

  .welcome-text {
    width: 100%;
    max-width: 600px;
    padding: 24px 18px;
    text-align: center;  /* centraliza títulos, texto e botão */
    align-items: center; /* garante centralização no flex */
  }

  .welcome-text h1 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .welcome-text p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .cta-button {
    width: auto;           /* botão só ocupa o necessário */
    padding: 12px 20px;
    font-size: 0.9rem;
    margin: 0 auto;        /* centraliza horizontalmente */
  }
}























/*Seção redes sociais */

.sua-secaoindex1 {
    background-image: url('img/marmore.jpeg');
    background-size: cover;
    background-position: center;
    padding: 30px 20px;       /* padding menor */
    color: #052158;           /* texto azul */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;      
    justify-content: center;  
    gap: 20px;
    min-height: 250px;        /* altura menor */
}
.sua-secaoindex1, 
.sua-secaoindex1 * {
    text-align: center !important;
}

.sua-secaoindex1 p {
    color: #052158;
    font-size: 1.4rem; /* aumenta o tamanho da fonte */
    margin: 0 auto;    /* centraliza horizontalmente */
}

.sua-secaoindex1 h2 {
    color: #052158;     /* para o título também ficar azul */
    font-size: 2.8rem;  /* aumenta o tamanho da fonte do título */
    margin: 0 auto;

}

/* Espaçamento entre seções */
section {
  margin-bottom: 100px;
}



/*sessao serviço em destaque*/
#services {
    text-align: center;
    padding: 60px 40px;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

#services h2 {
    color: #052158;
    font-size: 28px;
    margin-bottom: 40px;
}
/* Container principal da seção de serviços */
/* Reset da seção */
#services {
    margin: 0;
    padding: 0;
}

/* Container principal da seção de serviços */
.service-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;              /* impede quebra de linha */
  gap: 30px;                      /* reduz espaço entre os blocos */
  max-width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
  overflow-x: hidden;             /* evita scroll lateral */
}



/* Bloco individual que agrupa flor ou card */
.service-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;                 /* impede quebra do layout */
}

/* Estilo de cada card de serviço */
.service {
    background-color: #fdebd7;
    border-radius: 100px 100px 0 0;
    padding: 20px;
    width: 220px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Efeito hover no card */
.service:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Imagem do card */
.service img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 15px;
}

/* Título do card */
.service h3 {
    color: #052158;
    margin-bottom: 15px;
    font-size: 18px;
    min-height: 50px;
}

/* Botão do card */
.service button {
    background-color: #052158;
    color: #ffffff;
    border: none;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: auto;
}

/* Efeito hover no botão */
.service button:hover {
    background-color: #334b99;
}

/* Ícones decorativos de flor */
.flower-icon {
    width: 160px;
    max-height: 260px;
    height: auto;
    align-self: center;
    margin: 0 10px;
    flex-shrink: 0;
    animation: fadeInUp 1s ease forwards;
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hidden {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}
/* O que nossos clientes dizem*/
.testimonials {
    padding: 60px 20px;
    background: #f9fafb; /* fundo suave */
}

.testimonials h2 {
    font-family: 'Playfair Display', serif;
   font-size: clamp(1.8rem, 3vw, 2.5rem);
    text-align: center;
    margin-bottom: 50px;
    color: #1f325d; /* azul escuro elegante */
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px 16px; /* menor espaçamento horizontal e vertical */
}

.testimonial-card {
    background: white;
    padding: 28px 24px;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(31, 50, 93, 0.1);
    border: 1px solid #cbd5e1; /* azul claro suave */
    transition: box-shadow 0.25s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    box-shadow: 0 10px 30px rgba(31, 50, 93, 0.18);
    transform: translateY(-6px);
}

.stars {
    font-size: 16px;
    margin-bottom: 14px;
    color: #fbbf24; /* amarelo suave */
}

.testimonial-card p {
    font-style: italic;
    color: #4a5568; /* cinza escuro */
    margin-bottom: 24px;
    line-height: 1.7;
    font-size: 1rem;
}

.author strong {
    color: #1f325d;
    font-weight: 700;
    font-size: 1.1rem;
}

.author span {
    color: #94a3b8;
    font-size: 13px;
    display: block;
    margin-top: 6px;
}


















/*Seção agendar */

.sua-secao1 {
    
    text-align: center;
    padding: 50px 20px; /* espaçamento confortável */
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    padding-bottom: 50px;
    height: 300px;
}


.sua-secao1 h2 {
    font-family: 'Playfair Display', serif; /* título elegante */
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: normal;
    color: #052158;
}

.sua-secao1 p {
    font-family: 'Roboto', sans-serif; /* texto leve e legível */
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
    color: #052158;
}


.sua-secao1 button {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    padding: 14px 28px; /* um pouco maior */
    background-color: #052158; /* azul escuro */
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0; /* botão quadrado */
    width: 270px; /* largura aumentada só um pouco */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.sua-secao1 button:hover {
    background-color: white;
    color: #052158;
    border: 2px solid #052158;
}



.sua-secaoindex {
    background-image: url('img/marmore.jpeg');
    background-size: cover;
    background-position: center;
    padding: 30px 20px;
    color: #052158;
    display: flex;
    flex-direction: column;
    align-items: center;      /* centraliza horizontalmente */
    justify-content: center;  /* centraliza verticalmente */
    gap: 20px;
    min-height: 300px;        /* altura para centralização vertical */
    text-align: center;       /* centraliza texto */
}























.index section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.index .clinic-content {
  max-width: 600px;
  margin-bottom: 30px;
}

.index .clinic-content h2 {
  font-size: 2.2rem;
  color: #2c3e50;
  margin-bottom: 15px;
}

.index .clinic-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.index .clinic-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 15px;
}

.index .clinic-images img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.index .clinic-images img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

/* Responsividade */
@media (min-width: 768px) {
  .index section {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
  .index .clinic-content {
    flex: 1;
    margin-bottom: 0;
  }
  .index .clinic-images {
    flex: 1.2;
    grid-template-columns: repeat(3, 1fr);
  }
}











/* Media Queries */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        gap: 30px;
    }

    .footer-copy {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-copy-text {
        text-align: center;
    }

    .footer-copy-icons {
        justify-content: center;
    }

    .welcome-section {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .welcome-image {
        text-align: center;
    }

    .search-box {
        width: 90%;
    }

    .service-container {
        flex-direction: column;
        align-items: center;
    }

    .menu {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }

    nav {
        flex-direction: column;
    }
}
/*pagina profissional */
/* ===== Seção Profissional (desktop padrão) ===== */
.welcome-container1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  gap: 2rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
}

/* Imagem */
.welcome-image {
  flex: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.welcome-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;           /* bom para desktop */
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

/* Texto */
.welcome-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
  gap: 1rem;
  max-width: 600px;
}

.welcome-text h2 { color:#052158; margin-bottom:1rem; }
.welcome-text p  { color:#333; line-height:1.6; }

/* ===== Responsivo ===== */

/* Até 900px: empilha e deixa a foto ocupar LARGURA TOTAL, sem cortes */
@media (max-width: 900px){
  .welcome-container1{
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 0;       /* sem padding lateral → mais largura para a foto */
  }

  .welcome-image,
  .welcome-text{
    flex: 1 1 100%;
    max-width: 100%;
  }

  .welcome-image{
    width: 100%;
  }

  .welcome-image img{
    display: block;
    width: 100%;
    height: auto;            /* mantém proporção */
    /* sem object-fit e sem max-height → NÃO corta e não “miúda” */
    object-fit: unset;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,.06);
  }

  .welcome-text{
    padding: 1.25rem;
  }
}

/* Celulares pequenos */
@media (max-width: 560px){
  .welcome-container1{ gap: 1rem; }
  .welcome-text{ padding: 1rem; }
  .welcome-image img{ border-radius: 10px; }
}


.footer-logo {
  margin-top: 2rem;
}

.footer-logo img {
  max-width: 200px;
}










.mission-vision-values {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background-color: #f9f9f9;
}

.mission,
.vision,
.values {
    border: 1px solid #0a3bb8;
    border-radius: 8px;
    padding: 20px;
    width: 30%;
    text-align: center;
}

.welcome {
    padding: 20px;
    text-align: center;
    margin: 40px 0;
}

.contato-container {
  display: flex;
  flex-wrap: wrap;        /* responsivo */
  padding: 40px 0;
  gap: 30px;
  align-items: stretch;   /* colunas com mesma altura visual */
  justify-content: center;
  /* height: 400px;  REMOVIDO */
}

.contato-principal {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contato-info {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,.05);
  text-align: center;
}

.contato-titulo { font-size: 2.2em; color: #052158; margin-bottom: 20px; }
.contato-texto { color: #333; margin-bottom: 15px; line-height: 1.6; }
.contato-texto.destaque { font-size: 1.4em; font-weight: bold; color: #d6a3c1; margin-bottom: 10px; }

.endereco h3, .horarios h3, .contato-telefone h3 {
  font-size: 1.1em; color: #555; margin-top: 20px; margin-bottom: 5px;
}

/* WRAPPER do MAPA — use esta classe no HTML */
.contato-mapa {
  flex: 1;
  min-width: 300px;
  display: flex;        /* permite o iframe ocupar toda a altura disponível */
}

.mapa {
  width: 100%;
  height: 100%;
  min-height: 350px;    /* altura confortável */
  border: 0;
  border-radius: 8px;
}

/* Mobile */
@media (max-width: 768px) {
  .contato-container { flex-direction: column; align-items: center; }
  .contato-principal { width: 100%; margin-bottom: 20px; }
  .contato-mapa { width: 100%; }
  .mapa { min-height: 400px; }
}
.sua-secao {
  margin-bottom: 20px;   /* controla o espaço depois do banner */
  padding: 40px 20px;    /* já tem padding, ajusta se quiser menos altura */
}

.sua-secao h2,
.sua-secao p {
  margin-bottom: 10px;   /* diminui espaçamento interno dos textos */
}

/* Página "A Clínica" */
/* sessão de imagem de entrada */

.sua-secao {
  background-size: cover;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.sua-secao h2 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #052158;
}

.sua-secao p {
  font-size: 24px;
  max-width: 800px;
  line-height: 1.5;
  color: #052158;
}

/* Bloco imagem + texto */
.welcome-container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  flex-direction: row; /* imagem à esquerda, texto à direita */
}

.welcome-image2 {
  flex: 1;
  display: flex;
  justify-content: flex-start; /* alinha imagem à esquerda */
}

.welcome-image2 img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.welcome-text2 {
  flex: 1;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}


.mission-vision-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 30px 20px 60px 20px;
    background-color: white;
}

.mission-vision-values .card {
    flex: 1 1 300px;  /* cresce e encolhe mas não menor que 300px */
    max-width: 350px;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    text-align: center;
}

/* Celulares */
@media (max-width: 576px) {
    .mission-vision-values {
        gap: 20px;
        padding: 20px 12px 32px 12px;
    }
    .mission-vision-values .card {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 20px;
    }
}








.sua-secao1 {
    
    text-align: center;
    padding: 50px 20px; /* espaçamento confortável */
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    padding-bottom: 50px;
    height: 300px;
}


.sua-secao1 h2 {
    font-family: 'Playfair Display', serif; /* título elegante */
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: normal;
    color: #052158;
}

.sua-secao1 p {
    font-family: 'Roboto', sans-serif; /* texto leve e legível */
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
    color: #052158;
}


.sua-secao1 button {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    padding: 14px 28px; /* um pouco maior */
    background-color: #052158; /* azul escuro */
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0; /* botão quadrado */
    width: 270px; /* largura aumentada só um pouco */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.sua-secao1 button:hover {
    background-color: white;
    color: #052158;
    border: 2px solid #052158;
}



footer {
    margin-top: 0; /* remove margem superior do footer */
    padding-top: 20px; /* ajusta o espaçamento interno se quiser */
}






































/* pág procedimentos */

.titulo-sessao {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;        /* tamanho ajustado, menor que 2.5rem */
  color: #052158;
  margin-left: 40px;      /* recuo mais suave */
  margin-top: 30px;       /* espaço acima ajustado */
  margin-bottom: 15px;    /* espaço abaixo ajustado */
}

.btn-agendarprocedimento {
  background-color: #ad3663;
  color: #fff;
  border: none;
  padding: 14px 32px;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-weight: bold;

  display: inline-block;
  margin: 0 auto;
  text-align: center;
}



.btn-agendar:hover {
  background-color: white;
  transform: scale(1.05);
}

.btn-agendar:active {
  transform: scale(0.98);
}

.procedimentos-container {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.procedimento {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; /* garante espaçamento entre texto e imagem */
  background-color: #fff;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  gap: 20px;
}

.procedimento .info {
  flex: 1 1 60%;
}

.procedimento .info h2 {
  color: #ad3663;
  margin-bottom: 10px;
  font-size: 26px;   /* Tamanho do título aumentado */
}

.procedimento .info p {
  color: #444;
  margin-bottom: 15px;
  font-size: 18px;   /* Tamanho do texto aumentado */
  line-height: 1.6;  /* Melhor espaçamento entre linhas */
}

/* Caso use listas ou spans para os itens */
.procedimento .info li,
.procedimento .info span {
  font-size: 18px;
  line-height: 1.6;
}

.procedimento .info button {
  background-color: #b56f91;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}

.procedimento .info button:hover {
  background-color: #b56f91;
}

.procedimento .imagem {
  flex: 1 1 35%;
  text-align: right; /* alinha a imagem à direita */
}

.procedimento .imagem img {
  max-width: 100%;
  border-radius: 10px;
}

.procedimento .imagem img {
  width: 300px;        /* Largura fixa */
  height: 400px;       /* Altura fixa */
  object-fit: cover;   /* Corta a imagem para preencher o espaço sem distorcer */
  border-radius: 10px; /* Cantos arredondados */
}

.welcome-sectionprocedimento {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.welcome-sectionprocedimento h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: #052158;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}

/* ===== Responsividade do welcome-sectionprocedimento ===== */
/* Colocar este bloco NO FINAL do style.css (após outros @media) */

/* Fallback: comportamento base responsivo */
.welcome-sectionprocedimento {
  box-sizing: border-box;
  height: auto;               /* deixa a altura seguir o conteúdo por padrão */
  min-height: 250px;         /* mantém presença visual em telas grandes */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 20px;        /* padding generoso para evitar corte do texto */
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* H1 responsivo usando clamp para escalar bem */
.welcome-sectionprocedimento h1 {
  font-family: 'Playfair Display', serif;
  color: #052158;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  /* escala entre 1.2rem e 3rem conforme a largura */
  font-size: clamp(1.2rem, 4.2vw, 3rem);
  overflow-wrap: break-word;  /* evita corte sem quebra de palavra */
  word-break: break-word;
}

/* Ajustes específicos para dispositivos móveis (celulares grandes/medios) */
@media (max-width: 768px) {
  .welcome-sectionprocedimento {
    min-height: 180px;
    padding: 22px 18px;
    background-position: top center;
  }

  .welcome-sectionprocedimento h1 {
    /* força tamanho menor em telas até 768px */
    font-size: clamp(1.1rem, 6.0vw, 2.2rem);
    line-height: 1.15;
    padding: 0 6px; /* garante que o texto não encoste nas bordas */
  }
}

/* Smartphones médios/pequenos */
@media (max-width: 600px) {
  .welcome-sectionprocedimento {
    min-height: 150px;
    padding: 18px 14px;
  }
  .welcome-sectionprocedimento h1 {
    font-size: clamp(1.0rem, 6.8vw, 1.9rem);
  }
}

/* Smartphones muito pequenos */
@media (max-width: 480px) {
  .welcome-sectionprocedimento {
    min-height: 120px;
    padding: 14px 12px;
  }
  .welcome-sectionprocedimento h1 {
    font-size: clamp(0.95rem, 7.5vw, 1.6rem);
    line-height: 1.2;
  }
/* Celulares */
@media (max-width: 576px) {
    .mission-vision-values {
        flex-direction: column; /* garante que os cards fiquem empilhados */
        gap: 20px;
        padding: 20px 12px 32px 12px;
    }
    .mission-vision-values .card {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: unset; /* remove limite mínimo */
        padding: 20px;
    }
}
}

/* Celulares */
@media (max-width: 576px) {
    .mission-vision-values {
        flex-direction: column; /* garante que os cards fiquem empilhados */
        gap: 20px;
        padding: 20px 12px 32px 12px;
    }
    .mission-vision-values .card {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: unset; /* remove limite mínimo */
        padding: 20px;
    }
}








/* Fallback extra caso algum estilo inline sobrescreva background-position/size */
@media (max-width: 768px) {
  .welcome-sectionprocedimento[style] {
    background-size: cover !important;
    background-position: top center !important;
  }
}



/*formulario*/
/* Seção de Contato em largura total */
.page-section1 {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Formulário de contato */
.contact-form {
    background: #fff;
    border-radius: 0; /* sem cantos arredondados para ocupar toda a largura */
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: 0;

    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.contact-form h1 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #d6a3c1;
}

.contact-form p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
}

.contact-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2C2C2C;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #d6a3c1;;
    outline: none;
}

.contact-form button {
    width: 100%;
    background-color: #d6a3c1;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #dc59a6;
}

/* Responsividade para telas pequenas */
@media (max-width: 480px) {
    .contact-form {
        padding: 20px;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form button {
        font-size: 14px;
    }
}

/*responsividade*/
/* Responsividade leve e segura */

@media (max-width: 1024px) {
  .welcome-section,
  .mission-vision-values,
  .contato-container,
  .welcome-container,
  .procedimento {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .clinic-images {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-top {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .service-container {
    flex-direction: column;
    gap: 20px;
  }

  .menu {
    flex-direction: column;
    align-items: center;
  }

  .footer-copy {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .clinic-images {
    grid-template-columns: 1fr;
  }

  .search-box {
    width: 90%;
  }

  .procedimento {
    text-align: center;
  }

  .procedimento .imagem {
    text-align: center;
  }

  .procedimento .imagem img {
    width: 100%;
    height: auto;
  }

  .btn-agendar,
  .sua-secao1 button,
  .cta-button {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  h1, h2 {
    font-size: 1.5rem;
  }

  .welcome-text,
  .contato-principal,
  .principal-contato,
  .contact-form {
    padding: 15px;
    width: 100%;
  }

  .footer-logo img {
    width: 150px;
  }
}






/*pagina profissional */
.welcome-text-box {
  flex: 2;
  background-color: #052158;
  color: white;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  border-radius: 0 30px 30px 0;
}

.welcome-text-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: white;
}

.welcome-text-box p {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 1.6;
  color: white;
}

.welcome-text-box .footer-logo {
  margin-top: 20px;
}

.welcome-text-box .footer-logo img {
  max-width: 180px;
  height: auto;
}





/*Rodapé utilizado para todo o site */
footer {
    background-color: #052158;
    color: #fdebd7;
    padding: 60px 20px 0 20px;
    margin-top: 40px;
    text-align: center;
}

.footer-logo img {
  width: 260px;   /* aumente conforme o necessário */
  height: auto;
  display: block;
  margin: 0 auto;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo h2 {
    font-size: 36px;
    margin-bottom: 8px;
}

.footer-logo p {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding: 40px 0;
}

.footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.footer-item i {
    font-size: 24px;
}

.footer-bottom {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px; /* Espaçamento extra */
}


.footer-copy {
    background-color: #ffffff;
    color: #052158;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    width: 100vw;
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
}

.footer-copy-icons {
    display: flex;
    gap: 10px;
}

.footer-copy-icons img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.footer-copy-text {
    text-align: center;
    width: 100%;
}

.footer-copy a {
    color: #052158;
    text-decoration: none;
    font-weight: 500;
}

.footer-copy a:hover {
    text-decoration: underline;
}


.footer-copy-icons {
    display: flex;
    justify-content: center; /* centraliza os ícones */
    gap: 25px;
    margin-top: 15px;
    width: 100%; /* faz o container ocupar toda a largura */
}



/* Barra */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 20px;
  background: #fff;              /* ajuste se usar topo azul */
  position: relative;
  z-index: 1000;
}

/* Menu desktop */
.menu {
  display: flex;
  list-style: none;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.menu li a {
  text-decoration: none;
  color: #052158;
  font-weight: 600;
}

/* Botão hambúrguer (3 linhas pretas) */
.menu-toggle {
  display: none;                 /* só aparece no mobile */
  flex-direction: column;
  gap: 6px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
  margin-top: -10px;             /* 🔹 alinhamento com o logo */
}

.menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: #111;             /* cor das linhas */
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}

/* Responsivo */
@media (max-width: 900px) {
  .menu-toggle { display: flex; }

  /* menu mobile: largura total + transição suave */
  .menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;               
    right: 0;              
    width: 100%;           /* 🔹 ocupa a tela toda */
    background: #052158;
    padding: 16px;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
    border-radius: 0 0 10px 10px;

    /* animação */
    transform: translateY(-20px);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
    z-index: 999;
  }

  .menu li a { color: #fff; }

  /* quando abre */
  .menu.active {
    display: flex;
    transform: translateY(0);
    opacity: 1;
  }

  /* opcional: diminuir títulos do logo no mobile */
  .logo-text h2 { font-size: .95rem; }
}

/* Animação X quando abre */
.menu-toggle.active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }


















