/* ===========================================
   GLOBAL STYLES
   =========================================== */

html {
  scroll-behavior: smooth;
}

body {
  min-width: 180px;
  max-width: 800px;
  margin: 0 auto;
  background-color: #faf8f2;
}

.content-section {
  text-align: center;
  padding-top: 30px;
  /* margin-top: 30px;
  margin-bottom: 30px; */
}

.section-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===========================================
   HOME SECTION
   =========================================== */

.home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.altar-container {
  width: 100%;
  height: 100%;
  max-height: 500px;
  background-image: url(img/altar.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.altar-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #faf8f2);
  pointer-events: none;
}

.altar-title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-width: 800px;
  padding-top: 15%;
  margin: 0 auto;
}

.sol-y-maxi {
  width: 75%;
  height: auto;
}

/* MAIN MENU */
.main-menu {
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

.main-menu ul {
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
}

.main-menu li {
  padding: 0;
}

.main-menu li:not(:last-child)::after {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background: #9e4a1f;
  margin: 8px auto;
}

.main-menu a {
  color: #9e4a1f;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 16px;
  display: block;
  padding: 9px 0;
}

/* DECORATIVE ELEMENTS */
.adorno-container-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.adorno-container-main .adorno {
  display: block;
  width: 15%;
  max-width: 75px;
  align-self: center;
  padding-top: 0%;
  padding-bottom: 5%;
}

.adorno-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 70px;
}

.adorno {
  display: block;
  width: 15%;
  max-width: 75px;
  align-self: center;
}

/* ===========================================
   FECHA Y LUGAR SECTION
   =========================================== */

.fecha-y-lugar-section {
  margin-top: 50px;
}

.fecha {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.estancia {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.estancia-details-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.estancia-details-bold {
  color: #9e4a1f;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  font-weight: 550;
  font-size: 16px;
  text-align: center;
}

.estancia-details {
  color: #9e4a1f;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.horario {
  color: #9e4a1f;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  font-weight: 550;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}

/* ===========================================
   MAPA SECTION
   =========================================== */

.como-llegar-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 250px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.mapa {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
  width: 95%;
  height: auto;
}

.ver-mapa {
  display: block;
  width: 50%;
  max-width: 150px;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}

.mapa-override {
  margin-bottom: 0px;
}

/* ===========================================
   TRANSPORTE SECTION
   =========================================== */

.transporte-image {
  width: 20%;
}

.transporte-title {
  width: 35%;
  max-width: 250px;
}

.transporte-content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.transporte-text {
  margin: 20px auto;
  width: 90%;
  max-width: 400px;
}

.transporte-text p {
  font-family: "Montserrat", sans-serif;
  color: #9e4a1f;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.transporte-highlight {
  margin: 30px auto;
  width: 90%;
  max-width: 400px;
}

.transporte-highlight p {
  font-family: "Montserrat", sans-serif;
  color: #9e4a1f;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.horizontal-line {
  border-top: 1.5px solid #9e4a1f;
  margin: 20px auto;
  width: 90%;
  max-width: 400px;
}

.schedule-container {
  margin-top: 30px;
}

.schedule-box {
  border: 1.5px solid #9e4a1f;
  border-radius: 30px;
  padding: 15px 25px;
  margin: 15px auto;
  width: 90%;
  max-width: 450px;
}

.schedule-box p {
  font-family: "Montserrat", sans-serif;
  color: #9e4a1f;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}

.schedule-box p strong {
  font-weight: 700;
}

.schedule-box a {
  color: #9e4a1f;
  text-decoration: underline;
  font-weight: 700;
}

.transporte-details {
  font-family: "Montserrat", sans-serif;
  color: #9e4a1f;
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  line-height: 1.2;
}

/* ===========================================
   HOSPEDAJES SECTION
   =========================================== */

.hospedajes-image {
  width: 20%;
}

.hospedajes-title {
  width: 35%;
  max-width: 250px;
}

.hospedajes-subtitle {
  font-family: "Montserrat", sans-serif;
  color: #9e4a1f;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 10%;
  margin-right: 10%;
}

.hospedajes-subtitle a {
  color: #9e4a1f;
  text-decoration: underline;
  font-weight: 700;
}

.hotels-container {
  border: 1.5px solid #9e4a1f;
  border-radius: 30px;
  padding: 20px;
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.hotel-item {
  text-align: center;
  padding: 20px 0;
}

.hotel-item:not(:last-child) {
  border-bottom: 1px solid #9e4a1f;
}

.hotel-name {
  font-family: "Montserrat", sans-serif;
  color: #9e4a1f;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 5px;
  line-height: 1.2;
}

.hotel-type,
.hotel-address {
  font-family: "Montserrat", sans-serif;
  color: #9e4a1f;
  font-size: 14px;
  margin: 0 0 15px;
}

.info-button {
  font-family: "Montserrat", sans-serif;
  color: #9e4a1f;
  border: 1px solid #9e4a1f;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  font-style: italic;
}

/* ===========================================
   VESTIMENTA SECTION
   =========================================== */

.vestimenta-image {
  width: 20%;
}

.vestimenta-title {
  width: 40%;
  max-width: 250px;
  margin-top: -10px;
}

.dress-code-container {
  margin-top: 30px;
  text-align: center;
}

.dress-code-title {
  font-family: "Montserrat", sans-serif;
  color: #9e4a1f;
  font-size: 16px;
  margin-bottom: 15px;
}

.dress-code-box {
  border: 1.5px solid #9e4a1f;
  border-radius: 30px;
  padding: 25px;
  margin: 0 auto;
  width: 90%;
  max-width: 450px;
}

.dress-code-box-title {
  font-family: "Montserrat", sans-serif;
  color: #9e4a1f;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 10px;
}

.dress-code-box-text {
  font-family: "Montserrat", sans-serif;
  color: #9e4a1f;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* ===========================================
   RSVP SECTION
   =========================================== */

.rsvp-image {
  width: 20%;
}

.rsvp-title {
  width: 40%;
  max-width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rsvp-details {
  font-family: "Montserrat", sans-serif;
  color: #9e4a1f;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
}

.rsvp-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.rsvp-button {
  width: 70%;
  max-width: 200px;
}

/* ===========================================
   PRESENTES SECTION
   =========================================== */

.presentes-image {
  width: 20%;
}

.presentes-title {
  width: 35%;
  max-width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.presentes-box {
  border: 1.5px solid #9e4a1f;
  border-radius: 30px;
  padding: 15px 25px;
  margin: 15px auto;
  width: 90%;
  max-width: 450px;
}

.presentes-box p {
  font-family: "Montserrat", sans-serif;
  color: #9e4a1f;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}

.presentes-box p strong {
  font-weight: 700;
}

.presentes-box p.small-text {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.bottom-margin {
  height: 20px;
}
