/* contentor */
.contentor {
  max-width: 700px;
  margin: 20px auto;       
  padding: 0px 10px;
  box-sizing: border-box;
}

/* menu aplicação mobile */
.menu-icon {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #b15454;
  padding: 10px;
}

.menu-lateral {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff6f6;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
  box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.menu-lateral a {
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  color: #b15454;
  display: block;
  transition: 0.2s;
}

.menu-lateral a:hover {
  background-color: #f2e4e4;
}

.menu-lateral .fechar {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #b15454;
}

/* Responsivo */
@media (max-width: 768px) {
  .menu-icon {
    display: block;
  }

  .menu-topo {
    display: none;
  }
}

/* Reset e fonte base */
body {
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #fdfdfd;
  color: #333;
  padding-top: 70px;
  text-align: center;
}

/* Barra de topo fixa */
.barra-topo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}

.barra-topo .logo {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #444;
}

/* Menu topo */
.menu-topo a {
  margin-left: 20px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
  transition: border-color 0.3s, color 0.3s;
}

.menu-topo a:hover {
  color: #7a9e85;
  border-color: #7a9e85;
}

/* Imagem floral */
.decoracao-floral img {
  max-width: 320px;
  margin-top: 10px;
}

/* Conteúdo */
.conteudo {
  padding: 10px 5px; 
  text-align: center;
  font-family: 'Georgia', serif;

}.conteudo h2 {
  margin-bottom: 10px;
  font-size: 40px;
  color: #0c0b0b;
  font-family: 'Playfair Display', serif;
}
p {
  line-height: 1.4;
  margin-top: 20px;
  font-size: 25px;
  font-family: 'Pompiere', cursive;

}

/* Responsividade extra */
@media (max-width: 600px) {
  .barra-topo {
    flex-direction: row; /* Garantir que não quebra o layout */
    justify-content: space-between;
    align-items: center;
  }

  .menu-topo a {
    margin: 10px 10px 0 0;
    display: inline-block;
  }
}

.divisao img {
  max-width: 200px;
  height: 10px auto;
  margin-top: 15px;
}

.data-casamento {
  font-size: 36px;
  margin-top: 10px;
  color: #0c0b0b;
  font-family: 'Playfair Display', serif;
}

.boas-vindas {
  max-width: 800px;
  margin: 10px auto;
  padding: 0 10px;
  line-height: 1.8;
  font-size: 16px;
  color: #444;
  text-align: justify;
}

.boas-vindas h2 {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.segundafoto img {
  max-width: 200px;
  height: auto;
  margin-top: 20px;
}

.countdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px; /* Reduzido de 30px */
  background-color: #DCDCDC;
  border-radius: 12px;
  margin: 30px auto;
  max-width: 800px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  flex-wrap: wrap;
}

.countdown-box {
  background-color: #fff6f6;
  padding: 12px 18px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: center;
  min-width: 80px;
}

.countdown-box div {
  font-size: 2em;
  font-weight: bold;
  color: #0c0b0b;
}

.countdown-box span {
  font-size: 0.9em;
  letter-spacing: 0px;
  display: block;
  margin-top: 5px;
  color: #080808;
}

  /* a-nossa-história.html */
  .cronologia {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
    padding: 0 20px;
  }
  
  .evento {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-left: 4px solid #800000;
    padding-left: 15px;
    position: relative;
    text-align: center;
  }
  .evento::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #800000;
    border-radius: 50%;
    position: absolute;
    left: -9px;
    top: 5px;
    text-align: center;
  }
  
  .evento .data {
    font-weight: bold;
    color: #800000;
    min-width: 60px;
    font-size: 1.2em;
    text-align: center;
  }
  
  .evento .descricao h3 {
    margin: 0;
    color: #800000;
    text-align: center;
  }
  
  .evento .descricao p {
    margin: 5px 0 0 0;
    color: #444;
    text-align: center;
  }
  .numbers {
    text-align: center;
    padding: 30px 10px;
    font-family: 'playfair display', serif;
  }
  
  .numbers h2 {
    font-size: 2em;
    margin-bottom: 30px;
    font-weight: bold;
  }
  
  .numbers p {
    margin: 10px 0;
    font-size: 25px;
  }
  .titulo-central {
    text-align: center;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #800000;
    font-weight: bold;
  }
  
  /* presenca.html */
  .form-presenca {
    margin-top: 30px;
    padding: 20px;
    background-color: #fff6f6;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .form-presenca label {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
  }
  
  .form-presenca input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
  }
  
  .form-presenca button {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #b15454;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .form-presenca button:hover {
    background-color: #923f3f;
  }
  
  /* footer */
  .igreja img {
    max-width: 300px;   /* ajusta conforme o tamanho que desejares */
    width: 100%;        /* garante que a imagem se adapta ao container */
    height: auto;       /* mantém a proporção da imagem */
    margin: 30px auto;  /* espaço ao redor e centralização */
    display: block;
  }
  