@charset "utf-8";
/* CSS Document */
body 
{
  font-family: "Sora", sans-serif;
  background-color: #fcfcff;
  font-weight: 300;
  color: #333;
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  background-image: url(../images/fondo.png); 
	text-align: center;
}

header 
{
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	background-color: transparent;
	background-repeat: repeat;
	p {
		margin-top: 40px;
		margin: 40px 16px 0;
		span {
		  font-weight: 400;
		  display: block;
		  margin-top: 16px;
		  font-size: 20px;
		  padding-top: 40px;
		}
	}
}

h1 {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
  margin: 0;
  color: #a0522d;
}

h2 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  font-size: 2.2em;
  margin-bottom: 30px;
  color: #a0522d;
}

h3 {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
  margin: 0;
  color: #a0522d;
  margin: 0;
}

#Invitacion 
{
  background-color: transparent;
  padding: 40px;
  text-align: center;
  color: #7a5a3e;
  font-family: "Imperial Script", cursive;
  font-size: 40px;
}

#rsvp 
{
  padding: 60px 20px;
  text-align: center;
  color: #7a5a3e;
}

#rsvp h2
{
  text-align: left;
  margin-top: 0;
}

#rsvp form 
{
  max-width: 500px;
  margin: auto;
  padding: 30px;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
}

#rsvp input,
#rsvp select,
#rsvp button 
{
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #d8c4b0;
  border-radius: 8px;
  font-size: 1em;
  Box-sizing: border-box;
}

#rsvp button
{
  background-color: #a0522d;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 0;
}

#rsvp button:hover 
{
  background-color: #8b3e1f;
}

form 
{
  max-width: 400px;
  margin: auto;
  padding: 8px;
  background-color: #fff;
  border-radius: 20px;
}

#ubicacion {
  text-align: center;
  padding: 40px 16px;
  iframe {
    padding: 8px;
    background-color: #fff;
    border: none;
    border-radius: 20px;
    max-width: 600px;
	margin: 40px auto 0;
    width: 100%;
    box-sizing: border-box;
  }
}

footer 
{
 	text-align: center;
 	padding: 0;
 	background-color: transparent;
 	color: #777;
  font-size: 24px;
  margin-top: 80px;
  p {
    margin: 0;
  }
  #foto-final {
    display:block;
    text-align: center;
    margin-top: 100px;
    background-color: #fcfcff;
    padding: 0;
    img {
      position: relative;
      display: block;
      max-width: 800px;
		width: 100%;
      height: auto;
      margin: 0 auto;
    }
  }
}

#foto {
  display:block;
  text-align: center;
  min-height: 300px;
  margin-bottom: 80px;
  margin-top: 0;
  background-color: #fcfcff;
  padding: 0;
  img {
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 0 auto 0;
  }
}
.epigrafe {
	margin: 80px 16px 0;
	max-width: 600px;
	padding: 40px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 20px;
	font-style: italic;
	font-weight: 200;
	color: #333;
	display: inline-block;
	span {
		color: #777;
		display: block;
		text-align: center;
		font-size: 24px;
		font-weight: 300;
		margin-top: 20px;
	}
}

#itinerario {
  text-align: center;
  h2 {
    text-align: center;;
  }
	article {
		display: block;
		margin: 40px 0;
		img {
			max-width: 64px;
			display: inline-block;
		}
	  .hora {
		  font-weight: 300;
		  font-size: 40px;
		  margin: 0;
		  color: #777;
	  }
	  .titulo {
		  font-weight: 400;
		  display: block;
		  margin-top: 8px;
		  font-size: 20px;
		  padding-top: 0;
		  margin-bottom: 0;
	  }
	}

}

#disclaimer {
  text-align: center;
  font-size: 16px;
	color: #777;
	max-width: 600px;
	margin: 80px 16px;
	border: 1px dashed #777;
	border-radius: 20px;
	padding: 40px;
	box-sizing: border-box;
	display: inline-block;
	img {
		display: block;
		margin: 0 auto 0;
		max-width: 64px;
	}
}