* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "raleway";
  font-weight: 300;
  text-align: center;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #510b13;
  color: #666;
  /**margin: 0 20px; /**ELIMINAR**/
}

p {
  line-height: 1.4;
}
/* HERO */
.hero {
  height: 600px;
  margin-top: 15px;
  background: url("photo3.jpg") center/cover;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
  padding: 40px;
  color: #f5f5f5;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "playfair";
  font-size: 4rem;
}

h1 {
  font-size: 3rem;
}

h4 {
  font-size: 2rem;
}

/* SECTIONS */
section {
  padding: 0 20px;
  text-align: center;
}

.story h2 {
  font-size: 1.5rem;
  margin-bottom: 80px;
}

.logo img {
  margin-bottom: 20px;
  margin-top: 20px;
  height: 160px;
  width: auto;
}

.haci {
  margin: 0 auto;
}

.hacienda {
  max-width: 90%;
}

.collage {
  margin: 10px -20px;
}

.collage img {
  height: auto;
  max-width: 100%;
}

/* PROGRAM */
.program .card {
  background: #f5f5f5;
  margin: 20px auto;
  padding: 20px;
  max-width: 400px;
  border-radius: 10px;
}

.card.iframe {
  background-color: #fafafa;
  padding: 20px;
}

.program .card.iframe iframe {
  width: 100%;
}

.envelope {
  background-color: #fafafa;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 10px;
}

/* FAQ */
.faq-item {
  margin: 10px auto;
  max-width: 500px;
  border: 0.5px solid black;
}

.faq-item button {
  width: 100%;
  padding: 15px;
  background: #fafafa;
  cursor: pointer;
  border: 0.5px solid black;
  font-size: 14px;
}

.answer {
  display: none;
  padding: 10px;
  background: #fafafa;
}

/* RSVP */
.rsvp form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
  margin: auto;
}

input,
textarea {
  padding: 10px;
  border: 1px solid #ccc;
}

.rsvp form button {
  border: 0.5px solid black;
}

button {
  padding: 12px;
  background: #fafafa;
  border: none;
  color: black;
  cursor: pointer;
}

.divider {
  margin: 10px 0;
}

.divider2 {
  margin: 10px 0;
}

.divider img {
  width: 200px;
  margin: 10px;
}

.divider2 img {
  width: 300px;
  margin: 10px;
}

.button-registry {
  background-color: #510b13;
  color: #f5f5f5;
  border-radius: 25px;
  max-width: 200px;
  margin: 0 auto;
}

.button-registry p {
  padding: 10px 0;
}

.button-registry a {
  color: white;
}

.faq {
  margin-top: 20px;
}

.footer,
.rsvp {
  margin-top: 100px;
  padding-bottom: 100px;
}

.intro-text {
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 10px;
}

.intro-address {
  font-size: 1.3rem;
  font-weight: 600;
}

.intro-address.last {
  margin-bottom: 20px;
}

h5 {
  font-size: 2.2rem;
}

.instagram {
  width: 20px;
  margin-top: 5px;
}

.dresscode {
  width: 100%;
  height: 600px;
  background: #748971;
  border-radius: 200px;
  color: #fafafa;
  position: relative;
  margin-bottom: 20px;
}

.dresscode::before {
  content: "";
  background: url("paper-texture.png") no-repeat center center/cover;
  position: absolute;
  opacity: 0.3;
  top: 0px;
  left: -80px;
  right: 500%;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 200px;
  margin-left: 80px;
  margin-right: 80px;
  -webkit-box-shadow: 15px 15px 18px #000000;
  -moz-box-shadow: 15px 15px 18px #000000;
  box-shadow: 15px 15px 18px #000000;
}

.embossed-text {
  color: #8f9c8d;
  background-color: #fafafa;
  text-shadow: 1px 1px 2px #395635;
  -webkit-background-clip: text;
}

.embossed-text2 {
  color: #6a131d;
  background-color: #de7a92;
  text-shadow: 3px 1.5px 2px #390410;
  -webkit-background-clip: text;
}

.wear {
  padding-top: 100px;
}

.large {
  font-size: 2em;
}

#introdiv {
  background: #510b13;
  background-image: url(login.png);
  background-size: cover;
  color: #fafafa;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  height: 100svh;
  height: 100dvh;
  height: -webkit-fill-available;
}

#introdiv div {
  margin-top: 80%;
}

#introdiv div p,
#introdiv div button,
#introdiv div input {
  margin: 2px 0;
  font-size: 16px;
}

#introdiv div button,
#introdiv div input {
  color: #fafafa;
  border-radius: 25px;
  border: 1px solid #fafafa;
  background-color: rgba(59, 18, 18, 0.49);
  width: 300px;
  margin: 5px 0;
  height: 50px;
}

#introdiv div button,
#introdiv div input::placeholder {
  color: #fafafa;
}

button:disabled {
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
  opacity: 0.4;
}

.checkbox-container {
  display: flex; /* Aligns items side-by-side */
  align-items: center; /* Vertically centers the checkbox with the text */
  justify-content: center;
  gap: 10px; /* Adds space between checkbox and text */
  cursor: pointer; /* Shows a hand cursor on hover */
}

.hp-container {
  position: absolute;
  left: -5000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#invite-bdy {
  display: none;
}

#introdiv div p.login-text {
  font-family: "playfair";
  font-size: 50px;
  margin-bottom: 10px;
}

.rsvpForm-div {
  margin-top: 20px;
}

.vestido {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.padres {
  margin-bottom: 20px;
}

.icono-vestimenta {
  max-width: 200px;
  margin-top: 20px;
}

.rsvpForm-div input,
.rsvpForm-div button {
  width: 80%;
  margin: 0 auto;
}

.rsvp.envelope {
  border: 3px solid #510b13;
  margin-top: 50px;
}

.title-text {
  padding-top: 30px;
}

.calendars {
  margin-top: 50px;
  text-align: center;
}

.calendars h4 {
  margin-bottom: 10px;
  margin-top: 50px;
}
