body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: white;
  }
  header {
    background-color: #8c1f3d;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    flex-wrap: wrap;
  }
  .orcamento-btn {
    background-color: #a6536b;
    padding: 1rem 2rem;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
  }
  .social-icons img {
    height: 40px;
    margin: 0 0.5rem;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 0.3rem;
  }
  .menu-area {
    display: flex;
    align-items: center;
    padding: 1rem;
    justify-content: space-between;
    position: relative;
  }
  .menu-area img.logo {
    height: 80px;
    margin: 0 1rem;
  }
  .hamburger {
    width: 80px;
    height: 80px;
    background-color: #a6536b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .hamburger div {
    width: 60%;
    height: 6px;
    background-color: white;
    margin: 6px 0;
  }
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(140, 31, 61, 0.95);
    color: white;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
  .menu-overlay.active {
    display: flex;
  }
  .menu-overlay h2 {
    margin: 1rem;
  }
  .menu-overlay button {
    margin-top: 2rem;
    padding: 1rem 2rem;
    background-color: #a6536b;
    border: none;
    color: white;
    font-size: 1rem;
    cursor: pointer;
  }
  .busca {
    display: flex;
    margin-left: auto;
  }
  .busca input {
    padding: 1rem;
    font-size: 1.2rem;
    border: none;
    width: 200px;
    background-color: #8c1f3d;
    color: white;
  }
  .busca input::placeholder {
    color: #f0dada;
  }
  .busca button {
    background-color: #a6536b;
    border: none;
    padding: 1rem;
  }
  .carrossel {
    position: relative;
    overflow: hidden;
    padding: 1rem;
  }
  .carrossel-frame {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: max-content;
  }

  .item {
    flex: 0 0 33.33%;
    box-sizing: border-box;
    padding: 0.5rem;
    text-align: center;
    max-width: 360px;
  }

  .item2 {
    flex: 0 0 33.33%;
    box-sizing: border-box;
    padding: 0.5rem;
    text-align: center;
    max-width: 1260px;
  }

  .item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  .item2 img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .seta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a6536b;
    color: white;
    border: none;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 1;
  }
  .esquerda {
    left: 0;
  }
  .direita {
    right: 0;
  }

  .conteiner-section {
    background-color: #8c1f3d;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 6rem;
    flex-wrap: wrap;
  }
  
  .conteiner-texto {
    max-width: 50%;
  }

  .conteiner-texto h1 {
    font-size: 2rem;
    text-align: center;
  }
  
  .conteiner-texto h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  
  .conteiner-texto .logo {
    width: 150px;
    display: block;
    margin: 1rem auto;
  }
  
  .conteiner-texto h3 {
    text-align: center;
    margin: 0.5rem 0;
    font-weight: bold;
  }
  .conteiner-texto h4 {
    text-align: center;
    margin: 0.5rem 0;
    font-size: 16px;
    font-weight:normal;
  }

  .conteiner-texto h5 {
    text-align: center;
    margin: 0.5rem 0;
    font-size: 16px;
    font-weight:bold;
  }
  
  .btn-saiba-mais {
    background-color: #a6536b;
    color: white;
    font-weight: bold;
    padding: 1rem 2rem;
    border: none;
    margin-top: 3rem;
    cursor: pointer;
    font-size: 1.2rem;
  }
  
  .video-player {
    width: 45%;
    max-width: 600px;
    height: 340px;
    background-color: #a6536b;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .video-player video {
    width: 100%;
    height: 100%;
    border: none;
  }
  
  @media (max-width: 768px) {
    .conteiner-section {
      flex-direction: column;
      padding: 2rem;
    }
    .conteiner-texto, .video-player {
      max-width: 100%;
      width: 100%;
    }
    .conteiner-texto {
      text-align: center;
    }
  }

  .navbar {
    background-color: #8c1f3d;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    flex-wrap: wrap;
  }

  .navbar h1{
    font-size: 17px;
  }
  
  .navbar .nav-left {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  
  .navbar .nav-left a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
  }
  
  .navbar .nav-left a:hover {
    color: #f0dada;
  }
  
  .navbar .nav-left .logo {
    height: 50px;
  }
  
  .navbar .nav-right {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .navbar .nav-right .orcamento-btn {
    background-color: #a6536b;
    padding: 0.8rem 1.4rem;
    font-weight: bold;
    border-radius: 4px;
    color: white;
    text-decoration: none;
  }
  
  .navbar .nav-right .orcamento-btn:hover {
    background-color: #c06b82;
  }
  
  .navbar .nav-right img {
    height: 32px;
    background-color: white;
    border-radius: 50%;
    padding: 0.3rem;
  }

    
  .footer-section {
    background-color: #8c1f3d;
    color: white;
    padding: 0 0 4rem;
    text-align: center;
  }

  .footer-title {
    color: #8c1f3d;
    background-color: white;
    padding: 2rem 1.5rem;
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
  }

  .footer-content {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    padding: 0 2rem;
  }

  .footer-column {
    max-width: 500px;
  }

  .footer-column p {
    margin: 1rem 0;
    font-size: 1.2rem;
  }

  .footer-column strong {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }

  .localizacao-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8c1f3d;
    color: white;
    font-family: Arial, sans-serif;
    min-height: 100vh;
  }

  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    gap: 4rem;
    width: 100%;
  }

  .box-info {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
  }

  .box-info h2 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .box-info p {
    margin: 0.5rem 0;
    font-size: 1.2rem;
  }

  .box-info img {
    margin-top: 1rem;
    width: 100px;
  }

  .box-horario {
    text-align: center;
    max-width: 400px;
  }

  .box-horario h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .box-horario p {
    font-size: 1.2rem;
    margin: 1rem 0;
  }

  .mapa-embed {
    margin-top: 1rem;
    width: 100%;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
  }
  

  .dicas-section {
    padding:4rem 2rem;
    background-color: white;
    text-align: center;
  }

  .dicas-title {
    color: #8c1f3d;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3rem;
  }

  .dicas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }

  .dica-box {
    background-color: #8c1f3d;
    padding: 1rem;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    min-height: 360px;
  }

  .dica-inner {
    background-color: #a76479;
    width: 80%;
    height: 80%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 4px;
  }

  .dica-nome {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }

  .dica-texto {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .dica-icone {
    margin-top: auto;
    text-align: left;
  }

  .dica-icone img {
    width: 100px;
    height: auto;
  }

  .diferenciais-section {
    padding: 4rem 2rem;
    background-color: white;
    text-align: center;
  }

  .diferenciais-title {
    color: #8c1f3d;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3rem;
  }

  .diferenciais-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }

  .diferencial-box {
    background-color: #8c1f3d;
    color: white;
    padding: 2rem;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 250px;
  }

  .instagram-section {
    background-color: #8c1f3d;
    padding: 4rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    font-family: sans-serif;
  }

  .instagram-text {
    background: linear-gradient(150deg, rgba(140,31,61,1) 0%, rgba(255,218,218,1) 100%);
    color: white;
    padding: 3rem 2rem;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    max-width: 600px;
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .instagram-text strong {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .instagram-qr {

    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .instagram-qr img {
    display: block;
    width: 320px;
    height: auto;
  }

  @media (max-width: 768px) {
    .instagram-section {
      flex-direction: column;
      padding: 2rem 1rem;
    }

    .instagram-text {
      clip-path: none;
      padding: 2rem;
    }

    .instagram-qr img {
      width: 240px;
    }
  }

  .depoimentos-section {
    padding: 4rem 2rem;
    background-color: #8c1f3d;
    text-align: center;
  }

  .depoimentos-title {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3rem;
  }

  .especialidades-section {
    padding: 4rem 2rem;
    background-color: white;
    text-align: center;
  }
  
  .especialidades-header {
    background-color: #8c1f3d;
    color: white;
    padding: 2rem;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
  
  .especialidades-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 2rem;
    margin-top: 3rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .especialidade-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
    justify-content: flex-start;
  }
  
  .especialidade-item p {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
  }
  
  .icone-especialidade {
    width: 60px;
    height: 60px;
    border-radius: 50% 0 50% 50%;
    background-color: #8c1f3d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .icone-especialidade:hover {
    background-color: #333;
    transition: background-color 0.3s ease;
  }
  
  .icone-especialidade svg {
    fill: white;
    width: 28px;
    height: 28px;
  }
  
  @media (max-width: 768px) {
    .especialidades-grid {
      grid-template-columns: repeat(2, 1fr);
      font-size: 0.9rem;
    }
  }
  
  @media (max-width: 480px) {
    .especialidades-grid {
      grid-template-columns: 1fr;
    }
  }
  

  .oficiflex-section {
    padding: 4rem 2rem;
    background-color: #8c1f3d;
    text-align: center;
  }

  .oficiflex-title {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3rem;
  }

  .oficiflex-subtitle {
    color: white;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 3rem;
  }

