@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Indie+Flower&family=Shadows+Into+Light&display=swap');
  

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins";
    text-decoration: none;
    scroll-behavior: smooth;
    list-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

header {
        position: fixed;
        top: 20px; /* flutua um pouco abaixo do topo */
        left: 50%;
        transform: translateX(-50%); /* centraliza horizontalmente */
        width: 90%; /* ou defina um valor fixo como 1000px */
        max-width: 1200px;
        display: flex;
        align-items: center;
        justify-content: space-between; /* separa os elementos */
        gap: 2rem;
        background-color: white;
        color: rgb(104, 104, 104);
        padding: 0.4rem 2rem;
        border-radius: 50px; /* cantos arredondados */
        z-index: 1000;
}

     
    img{
        margin-top: 5px;
        margin-bottom: 5px;
        width: 150px;
        height: auto;
    }


    h2 {
        position: relative;
        display: inline-block;
        font-size: 30px;
        color: #333;
        font-weight: 400;
        margin-left: -90px;
        font-family: 'Poppins';
      }

      header{
      
      h2::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        width: 0; /* Começa invisível */
        background: #657ad6;
        border-radius: 1rem;
        transition: width 0.3s ease-in-out;
      }
      
      /* Quando o mouse passa em cima do h2 */
      h2:hover::before {
        width: 100%; /* Aparece com animação */
      }
    }
    

      .nav-links {
        display: flex;
        gap: 3rem; /* espaço entre os itens */
        list-style: none; /* remove os marcadores da lista */
        margin: 0;
        padding: 0;
      }
      
      .nav-links li a {
        text-decoration: none;
        text-transform: lowercases;
        color: rgb(68, 68, 68);
        font-weight: 600;
        transition: color 0.3s;
        font-size: 16px;
        display: inline-block;
        transition: transform 0.3s ease, color 0.2s ease;
      }

      .nav-links li a:hover {
        transform: scale(1.1); /* aumenta 20% */
        color: #657ad6;
      }

      
/* Inicio   */

.inicio {
    width: 100%;
    height: 100vh; /* ocupa 100% da altura da tela */
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('inicio/idosos.jpg');
    background-repeat: no-repeat; /* evita que a imagem se repita */
    background-size: cover; /* faz a imagem cobrir todo o elemento */
    background-position: center; /* centraliza a imagem */
    overflow: hidden;

    h1{
    color: rgb(255, 255, 255);
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Balsamiq';
    font-size: 70px;
    width: 300px;
    text-align: left;
    margin-bottom: 1%;
    }

  }

  .vagas {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    width: fit-content; 
    margin-right: 4%;
    margin-top: 5%;

  }

  .botao {
    background-color: #36618f;
    color: white;
    padding: 0.6rem 9.8rem;
    border: none;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
  }
  
  .botao:hover {
    background-color: #2f465f;
  }
  
  section {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .idosos {
    width: 100%;     
    height: 100vh;    
    display: block; 
    margin-top: 220px;
    margin-left: 0;  
    margin-right: auto;
 
  }

  /* Quem Somos */

  .quemSomos {
    height: auto; /* Melhor para dispositivos pequenos */
    background-color: rgb(241, 241, 241);
    padding-bottom: 30px;

  
    h1 {
      font-family: 'Balsamiq';
      text-transform: uppercase;
      font-size: 2rem;
      margin-bottom: 1.5rem;
      color: #333;
      text-align: center;
      letter-spacing: 2px;
    }
  
    p {
      width: 65%;
      padding: 0 1rem;
      margin: 0 auto 1.5rem auto;
      text-align: justify;
      font-weight: 600;
      color: #333;
      line-height: 1.6;
      font-size: 1rem;
    }
  
    span {
      color: rgb(182, 53, 53);
    }

    a{
        margin-bottom: 40px;
    }
  }
  
  .texto {
    padding-top: 8%;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  
  

  /* Missão, Visão e Valores */

  .sobre {
  background-image: url('inicio/quemSomos.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 90px;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  flex-wrap: wrap;
  overflow: hidden;
}

.sobre div {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  width: 300px;
  text-align: center;
  transition: transform 0.3s ease;

  /* === INÍCIO DA ANIMAÇÃO DE ENTRADA === */
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  /* === FIM DA ANIMAÇÃO === */
}

.sobre div.show {
  opacity: 1;
  transform: translateX(0);
}

.sobre div:hover {
  transform: translateY(-5px);
}

.sobre h1 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: rgb(182, 53, 53);
}

.sobre p {
  font-size: 1rem;
  color: #444;
  font-family: 'Poppins';
}

 /* Serviços */

 .servicos{
    height: auto;
    background-color: rgb(241, 241, 241);
    padding-bottom: 30px;

 }

 .cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding-bottom: 50px;
  }
  
  .card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: calc(33.333% - 2rem);
    min-width: 200px;
    max-width: 200px;
    padding: 1rem;
    box-sizing: border-box;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden; /* 🔹 impede que conteúdo vaze */
    height: 220px; /* 🔷 todos os cards com a mesma altura */
  }
  
  
  .card:hover {
    transform: translateY(-6px);
  }
  
  .card img {
    width: 40%;
    height: 150px;
    object-fit: contain; /* imagem inteira sem cortar */
    border-radius: 8px;
    filter: brightness(0) invert(0);
  }
  
  .card p {
    margin-top: 1rem;
    font-size: 1rem;
    color: #333;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    font-weight: 500;
    color: #444;
    font-size: 17px;
  }
  
 .img-deitada {
  transform: rotate(90deg);
  max-height: 120px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.titulo1 {
  padding-top: 110px;
  margin-bottom: 10px;
  font-family: 'Balsamiq';
  font-size: 33px;
  color: #333;
  letter-spacing: 2px;
}

.descricao {
  margin-bottom: 40px;
}

.titulo2 {
  margin-bottom: 35px;
  font-family: 'Balsamiq';
  font-size: 25px;
  color: #333;
  text-transform: uppercase;
  padding-top: 10px;
}

/* Frase */
.frase {
  background-color: #36618f;
  height: 170px;
  justify-items: center;

  h1 {
    font-family: 'Caveat';
    width: 1000px;
    font-size: 50px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.0;
    padding-top: 25px;
  }
}

/* Cuidados */
.cuidados {
  justify-items: center;
  background-color: rgb(241, 241, 241);
  height: auto;
  padding-bottom: 60px;

  h1 {
    padding-top: 65px;
    font-family: 'Balsamiq';
    text-transform: uppercase;
    color: #333;
    margin-bottom: 50px;
    font-size: 33px;
    letter-spacing: 2px;
  }

}
/* Container que centraliza conteúdo e controla largura */
.cuidados-content {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  text-align: left; /* texto justificado na lista e p */
}

/* Lista com pontos */
.fake-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.fake-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  text-align: justify;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
}

/* Pontos antes do texto */
.fake-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}

/* Parágrafo alinhado e com largura igual a lista */
.cuidados p {
  width: 60%;
  margin: 25px auto 40px auto;
  text-align: justify;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
}

/* Galeria */
.galeria {
  background-color: #36618f;
  height: auto;
  padding-bottom: 70px;
  text-align: left;

  h1 {
    padding-top: 110px;
    font-family: 'Balsamiq';
    text-transform: uppercase;
    color: #ffffff;
    font-size: 35px;
    letter-spacing: 2px;
    text-align: center;
  }

  p {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 300;
    margin-top: 5px;
    text-align: center;
  }


h2 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: left;
  margin: 0 0 10px 0;
  margin-top: 70px;
}

}

.carousel-container {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 20px auto;
  border-radius: 10px;
  margin-top: -5px;
}

.carousel-slide {
  display: flex;
  transition: transform 0.4s ease-in-out;
  gap: 10px;
  padding: 0 5px;
  height: 250px;

}

.carousel-slide img {
  width: 100%;
  border-radius: 10px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .carousel-slide img {
    width: calc(100% / 2 - 10px);
  }

  .arrow {
    display: none;
  }
}

@media (min-width: 1024px) {
  .carousel-slide img {
    width: calc(100% / 3 - 10px);
  }

  
}

.controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bbb;
  transition: background-color 0.3s;
  cursor: pointer;
  margin: 0 5px;
}

.dot.active {
  background-color: #ffffff;
}

.arrow {
  background-color: white;
  border: none;
  border-radius: 50%;
  font-size: 25px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  .arrow {
    display: none;
  }
}

#menu-icon {
  display: none;
}

/* Contato */
.contato {
  height: auto;
  text-align: center;
  padding: 2rem;
  background-color: rgb(241, 241, 241);
  padding-bottom: 80px;

  img {
    filter: grayscale(100%) brightness(0%) contrast(100%);
    width: 70px;
    height: auto;
  }

  h1{
    padding-top: 80px;
  }
}

.enderecoimg {
  margin-top: -35px;

  @media (max-width: 600px) {
    margin-top: 40px;
  }
}

.telefone {
  img {
    margin-top: -8px;

    @media (max-width: 600px) {
      margin-top: -70px;
    }
  }
}

.info-contato {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;

  @media (max-width: 768px) {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.item-contato {
  flex: 1 1 150px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 1rem 0;
  text-align: center;

  
}

.item-contato img {
  width: 40px;
  height: auto;
  margin-bottom: 1rem;
}

.horarios {
  margin-top: 10px;
  margin-bottom: -10px;
  font-family: 'STIX Two Text', serif;
  text-transform: uppercase;
  color: #333;
}

.tituloc {
  font-family: 'STIX Two Text', serif;
  text-transform: uppercase;
  color: #333;
  font-size: 2rem;
  padding-top: 4rem;
  margin-bottom: 100px;



  @media (max-width: 600px) {
    font-size: 1.5rem;
    padding-top: 2rem;
  }
}

/* mapa*/

.mapa{
  background-color: rgb(241, 241, 241);
  margin-top: -20px;

}

.mapa-container iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}
                    
/* footer */
 .envioemail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    background-color: #f2f2f2;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .redes {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
    margin-bottom: 20px;

    a{
       color: inherit;  
       text-decoration: underline;   
    }
  }

  .redes img {
    width: 50px;
    margin: 0 5px;
    transition: filter 0.3s ease;
  }

  .face{
    width: 10px;
    height: 50px;
  }
 

  .redes a {
    display: inline-block;
    margin: 0 10px;
  }

  .redes p {
    font-size: 14px;
    color: #555;
    margin-top: 20px;
    margin-bottom: -10px;
  }

  #contact-form {
    margin-right: 100px;
  }

  form#contact-form {
    flex: 1;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  form#contact-form input,
  form#contact-form textarea {
    padding: 10px;
    border: 1px solid #888;
    font-size: 14px;
  }

  form#contact-form button {
    background-color:#36618f;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    align-self: flex-end;
    border-radius: 30px;
    width: 150px;
    font-size: 15px;
  }

  form#contact-form button:hover {
    background-color:#2f465f;
  }



 @media (max-width: 768px) {
  .envioemail {
    display: flex;
    flex-direction: column;
    align-items: center; /* já tá */
    padding: 2rem 1rem;
    text-align: center; /* já tá */
  }

  .redes {
    display: flex;
    flex-direction: column;
    align-items: center; /* já tá */
    margin-bottom: 2rem;
  }

  .redes div {
    display: flex;
    justify-content: center;
  }

  .redes img {
    width: 30px;
    height: auto;
  }

  .redes p {
    font-size: 0.85rem;
    margin: 0.2rem 0;
  }

  .redes a {
    margin-left: 0.3rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }

  #contact-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto; /* centraliza */
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  #contact-form input,
  #contact-form textarea {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }

  #contact-form textarea {
    min-height: 120px;
    resize: vertical;
  }

  #contact-form button {
    padding: 0.9rem;
    font-size: 1rem;
    background-color: #2a4c74;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }

  #mensagem-status {
    margin-top: 10px;
    font-weight: 400;
    position: relative;
    text-align: center; /* aqui muda para centralizar */
    font-family: 'Poppins';
  }
}

/* Responsividade */

/* header */
@media (max-width: 1075px) {
  .nav-links,
  h2 {
    display: none;
  }

  #menu-icon {
    -webkit-tap-highlight-color: transparent; /* no mobile, tira highlight azul */
    user-select: none; /* impede seleção do texto no clique */
    background-color: transparent; /* garante que não muda o fundo */
    outline: none; /* tira contorno */
    font-size: 25px;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transform-origin: center;
    opacity: 1;
  }

  #menu-icon.transition-out {
    opacity: 0;
    transform: rotate(-90deg) scale(0.5);
  }

  #menu-icon.transition-in {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }

  header {
    justify-content: center;
    gap: 28%;
    padding: 0.2rem 0.8rem; /* menos altura */
    width: 90%;
    height: auto;
  }

@media (min-width:700px){
  header {
    justify-content: center;
    gap: 55%;
    padding: 0.2rem 0.8rem; /* menos altura */
    width: 90%;
    height: auto;
  }

}

  img {
    width: 150px; /* menor logo */
    height: auto;
    margin: 5px; /* remove margens extras */
    margin-right: 10%;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 90px;
    background: rgba(255, 255, 255, 0.8); /* 0.8 = 80% opaco, 20% transparente */
    padding: 1rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 60%;
    gap: 0.5rem; /* Diminui o espaçamento entre os itens */
  }

  .nav-links li a {
    font-size: 14px; /* Fonte um pouco menor, se quiser */
  }

  .nav-links.active {
    display: flex;
  }

  /* Inicio */
.inicio {
  background-image: url('inicio/idosos2.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 93vh;
  position: relative; /* Necessário para posicionar o filho com absolute */
}

.vagas {
  position: absolute;
  bottom: 2rem; /* Distância do final da section */
  left: 50%;
  transform: translateX(-50%); /* Centraliza horizontalmente */
  text-align: center;
  max-width: 600px;
  width: 90%;
}

.inicio h1 {
  font-size: 50px;
  width: 100%;
  font-family: 'STIX Two Text', serif;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}

  .botao {
    background-color: #36618f;
    color: white;
    border: none;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
    padding: 0.6rem 1.5rem;
    font-size: 1.3rem;
    width: 90%;
    text-align: center;
  }

  .botao:hover {
    background-color: #2f465f;
  }

  section {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .idosos {
    width: 100%;
    height: 100vh;
    display: block;
    margin-top: 220px;
    margin-left: 0;
    margin-right: auto;
  }

  /* quemSomos */
  .quemSomos h1 {
    font-size: 1.5rem;
    font-family: 'STIX Two Text';
    letter-spacing: 2px;
  }

  .quemSomos{
    a{
      margin-left: 2px;
      width: 330px;
    }
  }

  .quemSomos p {
    font-size: 0.95rem;
    padding: 0 0rem;
    width: 80%;
  }

  .texto {
    padding-top: 15%;
  }


  /* servicos */
  .servicos {
    justify-items: center;
  }

  .titulo1 {
    font-size: 25px;
    padding-top: 23%;
    font-family: 'STIX Two Text', serif;
    letter-spacing: 2px;
  }

  .titulo2 {
    font-family: 'STIX Two Text', serif;
  }

  .descricao {
    width: 90%;
  }

  .cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding-bottom: 50px;
    width: 90%;
    box-sizing: border-box;
  }

  .card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: calc(33.333% - 1rem);
    padding: 1rem;
    box-sizing: border-box;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    height: 220px;
  }

  .card {
    width: calc(50% - 1rem);
    min-width: auto; /* 🔥 ESSENCIAL: remove restrição que força quebra */
  }

  /* frase */
  .frase {
  background-color: #36618f;
  display: flex;
  justify-content: center;
  align-items: flex-start;     /* Alinha no topo da área disponível */
  text-align: center;
  min-height: 170px;           /* Altura mínima, aumenta se tiver mais linhas */
  padding-top: 10px;           /* Move um pouco para baixo, sem centralizar completamente */
  padding-left: 1rem;
  padding-right: 1rem;
}

.frase h1 {
  font-family: 'Caveat', cursive;
  width: 100%;
  max-width: 900px;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
  margin-top: -15px;
}

@media(min-width: 559px){
  .frase h1{
    margin-top: 3px;
  }
}


  /* cuidados */
  .cuidados {
    justify-items: center;
    background-color: rgb(241, 241, 241);
    height: auto;
    padding-bottom: 40px;
  }

  .cuidados h1 {
    padding-top: 65px;
    font-family: 'STIX Two Text', serif;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 50px;
    font-size: 28px;
    letter-spacing: 2px;
  }


.fake-list {
  list-style: none; /* tira os bullets padrão */
  padding-left: 0;
  margin-bottom: 40px;
  text-align: justify;
  font-weight: 600;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  width: 80%;  /* <- largura controlada aqui */
  max-width: 700px; /* limite máximo opcional */
}

.fake-list li {
  position: relative;
  padding-left: 15px; /* espaço pro bullet custom */
  margin-bottom: 10px;
}

.fake-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}

.cuidados p {
  font-weight: 600;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: justify;
}

.cuidados a.botao {
  width: 330px;
  display: inline-block;
  padding: 12px 24px;
  background-color: #36618f;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-size: 20px;
  transition: background-color 0.3s ease;
}

.cuidados a.botao:hover {
  background-color: #2c4e75;
}



  .cuidados p {
    width: 82%;
    text-align: justify;
    font-weight: 600;
    color: #333;
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 15px;
  }

  .cuidados a {
    font-weight: 400;
  }

  /* galeria */
  .galeria {
    background-color: #36618f;
    justify-items: center;
    height: auto;
    padding-bottom: 50px;
  }

   .subtitle {
    margin-bottom: 0;
  }


  .galeria h1 {
    padding-top: 80px;
    font-family: 'STIX Two Text', serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 2px;
  }

  .galeria h2 {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    color: #ffffff;
    display: block;
    width: fit-content;
    
  }

  .dot.active {
    background-color: #ffffff;
  }

  

  .carousel-container {
    overflow: hidden;
    width: 90%;
    max-width: 1200px;
    border-radius: 10px;
  }

  .carousel-slide {
    display: flex;
    transition: transform 0.4s ease-in-out;
    height: 250px;
    gap: 0; /* Remove gap entre imagens */
    padding: 0; /* Remove padding */
  }

  .carousel-slide img {
    width: 100%;
    border-radius: 10px;
    margin: 0; /* Remove margem */
    padding: 0; /* Remove padding */
    display: block; /* Remove espaçamento inline entre imagens */
  }

  @media (min-width: 768px) {
    .carousel-slide img {
      width: calc(100% / 2 - 10px);
    }

    .arrow {
      display: none;
    }
  }

  /* contato */
  .contato {
    height: auto;
    text-align: center;
    padding: 2rem;
    background-color: rgb(241, 241, 241);
    justify-content: center;

    img {
      filter: grayscale(100%) brightness(0%) contrast(100%);
      width: 50px; /* menor no mobile */
      height: auto;
      margin-left: 30px;
    }
  }

.tituloc{
  margin-bottom: 30px;
}

.horarios{
  margin-top: -100px;
}



  /* mapa */

  .mapa{
    width: 100%;
  }
}
             

                        




                        
                    
                        

