@font-face {
  font-family: 'HighSpirited';
  src: url('../fonts/HighSpirited.woff2') format('woff2'),
       url('../fonts/HighSpirited.woff') format('woff'),
       url('../fonts/HighSpirited.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/CormorantGaramond.woff') format('woff2'),
       url('../fonts/CormorantGaramond.woff') format('woff'),
       url('../fonts/CormorantGaramond.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;  
  font-family: "Cormorant", serif;  
  overflow-x: hidden;
}

html {
  background: transparent;
}

.paper {
  padding: 0;
  background: url(../assets/WallpaperTexture.png);
  background-size: cover;
  background-attachment: fixed;
}

.texto, p, span {
  font-family: "Cormorant";
  font-size: 1.3rem;
  text-align: justify; 
  color: #1a1a1a;
  font-weight: 500;
}

.Label {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Cormorant";
  color: #1a1a1a;
}

.InfoText {
  margin: 0 auto;
  color: #596551;
  font-family: "Cormorant";
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  font-style: italic;
}

h3, h5, button {
  font-family: "Cormorant";  
}

button {
  text-transform: uppercase;
  font-size: 1.2rem;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  font-weight: 600;
}

h5 {
  margin-top: 1rem;
  margin-bottom: .2rem;
  font-weight: 600;
  font-size: 1.1rem;
  color: #1a1a1a;
}

/* Portada */
.CoverSection {
  width: 100vw;
  height: 100vh;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.CoverSection p {
  margin: 1rem 0;
  margin-top: 0;
  text-align: center;
  font-family: 'HighSpirited', cursive;
  font-size: 3rem;
  font-weight: 500;    
}

.Logo {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;  
  margin-bottom: .6rem;
  margin-left: 1.2rem;
}

.TitlePortada {
  margin: 1rem;
  margin-top: 4rem;
  font-family: 'HighSpirited', cursive;
  font-size: 4rem;
  font-weight: 300;
  color: #1a1a1a;
}

/* Cabeceras - Headers */
.HeaderSection {
  width: 100%;
  height: auto;
  background-color: #d0dfca;
}

/* Secciones */
.Section {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 0;
  background-color: transparent;
}

.TitleSection {
  margin: .8rem 0;
  font-family: "Cormorant";
  color: #1a1a1a;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
}

/* FAB “arriba” */
.fab {
  width: 3rem;
  height: 3rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: none;
  background: #b7c4b2;
  color: #1a1a1a;
  border-radius: 50%;
  font-family: "Cormorant";
  border: none;
  box-shadow: 0 4px 20px -4px rgba(0,0,0,0.2);
}

.fab .FabIcon {
  width: 1.6rem;
  height: 1.6rem;
  margin: auto;
  fill: #1a1a1a;
}

.ConfirmSection {
  background: #d0dfca;
}

.HeaderThanksSection {
  padding: 0;
  background-color: #d0dfca;
}

.AccommodationSection {
  border-top: 1px solid #d0dfca;
}

.toast {
  width: 86%;
  position: fixed;
  bottom: 1.6rem;
  margin: 0 auto;
  background: #1a1a1a;
  color: white;
  padding: 1rem;
  border-radius: 8px;
  display: none;
  z-index: 1000;
}

@media (min-width: 768px) {
  .Logo {
    width: 46%;
    height: auto;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .Logo {
    width: 20%;
    height: auto;
    margin: 0 auto;
  }
}







