html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

@font-face {
  font-family: Baskerville-Regular;
  src: url(fonts/LibreBaskerville-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Baskerville-Bold;
  src: url(fonts/LibreBaskerville-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Baskerville-Italic;
  src: url(fonts/LibreBaskerville-Italic.ttf);
  font-weight: normal;
  font-style: normal;
}

:root {
  --text-color--text-primary: #515151;
  --text-color--text-secondary: #84A59E;
  --link-color--link-primary: #515151;
  --background-color--background-primary: var(--base-color-brand--orange-light);
  --background-color--background-green: #84A59E;
  --text-color--text-alternate: var(--base-color-brand--white);
  --background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>: var(--base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>);
  --text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>: var(--base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>);
  --border-color--border-primary: var(--base-color-brand--white);
  --text-color--text-white-60: var(--base-color-brand--white-60);
  --background-color--background-alternate: var(--base-color-brand--white);
  --background-color--background-secondary: #e4f6d5;
  --border-color--border-alternate: #84A59E;
  --base-color-brand--white: white;
  --link-color--link-secondary: #B29566;
  --base-color-brand--orange-light: #e4f6d5;
  --base-color-brand--orange: #84A59E;
  --link-color--link-alternate: var(--base-color-brand--white);
  --background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>: var(--base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>);
  --text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>: var(--base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>);
  --link-color--link-orange: var(--base-color-brand--orange);
  --base-color-brand--green: #84A59E;
  --text-color--text-orange: var(--base-color-brand--orange);
  --link-color--link-white-60: var(--base-color-brand--white-60);
  --base-color-brand--black: black;
  --base-color-brand--green-light: #ebfffc;
  --base-color-brand--white-60: #fff9;
  --border-color--border-secondary: #B29566;
  --base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>: #cef5ca;
  --base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>: #114e0b;
  --base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>: #fcf8d8;
  --base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>: #5e5515;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.main-wrapper {
  width: 100%;
  overflow: hidden;
}


.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}
 
.margin-0 {
  margin: 0rem !important;
}
  
.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
  
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
  
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
  
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
  
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="radio"] {
  appearance: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid var(--text-color--text-primary);
  transition: 0.2s all linear;
  position: relative;
  margin: auto;
}

input[type="radio"]:checked {
  border: 10px solid var(--text-color--text-primary);
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

textarea {
  overflow: auto;
}

.d-flex {
  display: flex;
  justify-content: center;
}

.d-flex-space {
  display: flex;
  justify-content: space-between;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #F7EDE3;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.mod-touch * {
  background-attachment: scroll !important;
}

.inline-block {
  max-width: 100%;
  display: inline-block;
}

.button-spec {
  color: #F7EDE3;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.button-spec:hover {
  transform: scale(1.05);
  transition: 0.2s;
}

input.button-spec {
  -webkit-appearance: button;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* Estilos del pre-loader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #84A59E;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Contenido del loader */
.loader-content {
  text-align: -webkit-center;
}

/* Logo */
.logo_pre {
  width: 80px;
  margin-bottom: 10px;
}

/* Logo */
.logo_footer {
  width: 50px;
}

/* Texto de carga */
.loading-text {
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  color: #F7EDE3;
  margin-bottom: 10px;
}

/* Texto de carga */
.loading-text1 {
  font-family: Playfair Display;
  font-size: 35px;
  color: #F7EDE3;
  margin-bottom: 10px;
}

/* Barra de carga */
.loading-bar {
  width: 200px;
  height: 8px;
  background-color: #F7EDE3;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.progress {
  width: 0%;
  height: 100%;
  background-color: #485b56;
  animation: progressAnimation 2s infinite;
}

/* Animación de la barra de progreso */
@keyframes progressAnimation {
  0% {
      width: 0%;
  }
  50% {
      width: 70%;
  }
  100% {
      width: 100%;
  }
}

/* Ocultar el contenido principal inicialmente */
.main-content {
  display: none;
}


.embed:before, .embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.embed:after {
  clear: both;
}

.form {
  margin: 0 0 15px;
}

.input-spec, .select-spec {
  color: #333;
  vertical-align: middle;
  background-color: #F7EDE3;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.input-spec::placeholder, .select-spec::placeholder {
  color: var(--text-color--text-primary);
}

textarea.input-spec, textarea.select-spec {
  height: auto;
}

.container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container:before, .container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.container:after {
  clear: both;
}

.container .row {
  margin-left: -10px;
  margin-right: -10px;
}

.row:before, .row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.row:after {
  clear: both;
}

.row .row {
  margin-left: 0;
  margin-right: 0;
}

.col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.col .col {
  padding-left: 0;
  padding-right: 0;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.6667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333%;
}

.col-5 {
  width: 41.6667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333%;
}

.col-8 {
  width: 66.6667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333%;
}

.col-11 {
  width: 91.6667%;
}

.col-12 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }
}

/* TIMELINE START */

#itinerario {
  padding-top: 4rem;
  background: #F7EDE3;
  padding-bottom: 4rem;
}

#itinerario .text {
  line-height: normal;
  font-size: 1rem;
  color: var(--text-color--text-primary);
  padding: 0 4rem;
  text-align: center;
}

.timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: var(--text-color--text-secondary);
  top: 70px;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 10px 20px 10px 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
}

.timeline-item.left {
  left: -50%;
  justify-content: flex-end;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  justify-content: flex-start;
  text-align: left;
}

.timeline-item .circle {
  width: 15px;
  height: 15px;
  background-color: var(--text-color--text-secondary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-item.left .circle {
  right: -8px; /* Shift the circle to align with the center line */
}

.timeline-item.right .circle {
  left: -8px; /* Shift the circle to align with the center line */
}

/* Adjust the content box away from the center to avoid overlap */
.timeline-item.left .content {
  margin-right: 30px; /* Shift the left content further left */
}

.timeline-item.right .content {
  margin-left: 30px; /* Shift the right content further right */
}

.timeline-item .content {
  padding: 10px 50px;
  border-radius: 10px;
  max-width: 300px;
}

.timeline-item h3 {
  margin: 0;
}

.timeline-item p {
  margin: 5px 0 0;
  color: #555;
}

.timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .timeline-item h3 {
    font-size: 1.2rem;
    line-height: normal;
  }
  .timeline-item p {
    font-size: 0.8rem;
  }
  .timeline-item .content {
    max-width: 160px
  }
}


/* TIMELINE END */

/* POP-UP */

/* Estilos de la ventana pop-up */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F7EDE3;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.popup-content button {
  padding: 10px 20px;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
  border: none;
  background-color: var(--base-color-brand--orange);
  color: #F7EDE3;
  border-radius: 5px;
}

.popup-text {
  margin-bottom: 1.5rem;
}

/* Estilos de la ventana pop-up */
.popup_sobre {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup_sobre-content {
  width: 500px;
  background-color: #F7EDE3;
  padding: 30px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.popup_sobre_text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #000000;
}

.h2-popup {
  color: var(--text-color--text-secondary);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

@media screen and (max-width: 768px) {
  .h2-popup {
    font-size: 2rem;
    line-height: 2rem;
  }
}

/* POP-UP ENDS */

/* POP-UP ENVIAR */
.popup_enviar {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup_enviar-content {
  width: 500px;
  background-color: #F7EDE3;
  padding: 30px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.popup_enviar_text h3 {
  margin: 0;
  line-height: normal;
  font-size: 35px;
}

.closeE {
  position: relative; /* Relativo al contenedor del popup */
  top: 10px;          /* A 10px del borde superior */
  left: 150px;
  font-size: 24px;
  cursor: pointer;
  color: #000;
  background: none;   /* Sin fondo */
  border: none;
}

/* POP-UP ENVIAR ENDS */

.btn {
  padding: 10px 20px;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
  border: none;
  background-color: var(--base-color-brand--orange);
  color: #F7EDE3;
  border-radius: 5px;
}

#mute-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background-color: #F7EDE3;
  border: none;
  border-radius: 50%;
  font-size: 40px;
  padding: 10px;
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.nav-brand {
  float: left;
  color: #84A59E;
  text-decoration: none;
  position: relative;
  font-family: Playfair Display, sans-serif;
}

.header a:hover {
  color: #84A59E;
}

.layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .layout-blockcontainer {
    max-width: none;
  }

  .header-wrapper img {
    width: 40%;
  }

}

body {
  color: var(--text-color--text-primary);
  font-family: Playfair Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  max-width: 100%;
  overflow-x: hidden;
}

h1 {
  color: var(--text-color--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5rem;
}

h2 {
  color: var(--text-color--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

h3 {
  color: var(--text-color--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

h4 {
  color: var(--text-color--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}

h5 {
  color: var(--text-color--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
}

h6 {
  color: var(--text-color--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  transition: color .25s;
  text-decoration-line: none;
}

a:hover {
  color: #F7EDE3
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: .3125rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 1.25rem;
}

.padding-xsmall {
  padding: .625rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 1.25rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-form {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

.heading-style-h3 {
  color: var(--text-color--text-secondary);
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.heading-style-h5 {
  color: var(--text-color--text-primary);
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1rem;
  margin-bottom: 1rem;
}

.container-small {
  width: 100%;
  max-width: 35.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h1 {
  color: #F7EDE3;
  font-family: 'Playfair Display', sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-small {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.max-width-small {
  width: 100%;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-size-tiny {
  font-size: .875rem;
  line-height: 1.125rem;
}

.text-size-regular {
  text-decoration: none;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-large {
  width: 100%;
  max-width: 48.2rem;
}

.text-size-small {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.heading-style-h4 {
  color: var(--text-color--text-secondary);
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.text-align-left {
  text-align: left;
}

.form-input {
  border: 1px solid var(--text-color--text-primary);
  color: var(--text-color--text-primary);
  background-color: #0000;
  border-radius: 2.3125rem;
  min-height: 52px;
  margin-bottom: 1.25rem;
  padding: .9375rem 1.25rem;
  font-size: 12px;
}

.form-input::placeholder {
  font-size: 12px;
  line-height: 1rem;
}

.form-input.is-text-area {
  resize: none;
  min-height: 10rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 2rem;
}

.heading-style-h2 {
  color: var(--text-color--text-secondary);
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.5rem;
  text-transform: uppercase;
}

.heading-style-h2.text-color-alternate {
  color: var(--text-color--text-primary);
}

.container-large {
  width: 100%;
  max-width: 77rem;
  margin-left: auto;
  margin-right: auto;
}

.quote-icon {
   width: 50px;
}

.button {
  border: 1px solid var(--border-color--border-alternate);
  background-color: var(--base-color-brand--orange);
  color: var(--base-color-brand--white);
  text-align: center;
  border-radius: 2.3125rem;
  padding: 0.5rem 1.5rem;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 1.875rem;
  transition: color .25s, background-color .25s;
}

.button-int {
  border: 1px solid var(--border-color--border-alternate);
  background-color: var(--base-color-brand--orange);
  color: var(--base-color-brand--white);
  text-align: center;
  border-radius: 2.3125rem;
  padding: 0.5rem 0.2rem;
  margin: 0rem 0.5rem;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  transition: color .25s, background-color .25s;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .button-int {
    font-size: 0.8rem;
    font-weight: 100;
  }
}

.button-int:hover {
  transform: scale(1.1);
  transition: 0.2s;
}

.button.is-form-submit {
  align-self: center;
}

.button-conf {
  border: 1px solid var(--border-color--border-alternate);
  background-color: var(--base-color-brand--orange);
  color: var(--base-color-brand--white);
  text-align: center;
  border-radius: 2.3125rem;
  padding: 1rem 1rem;
  margin: 0rem 0.5rem;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3rem;
  transition: color .25s, background-color .25s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-conf:hover {
  transform: scale(1.1);
  transition: 0.2s;
}

.padding-section-medium {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.container-medium {
  width: 100%;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
}

.nav_brand.current {
  padding-left: 0;
}

.nav_menu_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--link-color--link-orange);
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.hero-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
}

.hero_image {
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 14.875rem;
  border-top-right-radius: 14.875rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.section-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.18)), url(img/pareja5_6.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 500px) {
  .section-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.18)), url(img/portadaM.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.section-hero.padding-section-medium {
  padding-top: 13.875rem;
  padding-bottom: 5.0625rem;
  position: relative;
  height: 700px;
}

.hero-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 11.5625rem;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: grid;
}

.common-heading-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.common-heading-wrap p {
  font-size: 14px;
  line-height: normal;
}

.hero-image-wrapper {
  width: 100%;
  max-width: 25.0625rem;
  height: 100%;
  padding-top: 28.5rem;
  position: relative;
}

.section-about-us {
  background-color: var(--background-color--background-secondary);
}

.about-us-wrapper {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-flow: column;
  display: flex;
}

.section-gifts { 
  text-align: center;
  background-color: #f7ede3e0;
  position: relative;
}

.gifts-wrapper {
  grid-column-gap: 8.25rem;
  grid-row-gap: 8.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gifts-wrapper.is-horizontal {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: wrap;
  justify-content: center;
  place-items: center stretch;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gifts-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.gifts-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: .84375rem;
  padding-right: .84375rem;
  display: flex;
}

.gifts-item.is-horizontal {
  flex-flow: row;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.gifts-item.is-horizontal:hover {
  transform: scale(1.1);
  transition: 0.2s;
}

.mesa-de-regalos {
  text-align: center;
  background-color: #f7ede3e0;
  position: relative;
}

.mesa-de-regalos h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: var(--background-color--background-green);
  font-family: Playfair Display;
  text-transform: uppercase;
  line-height: normal;
}

.mesa-de-regalos .texto {
  font-size: 16px;
}

.contenedor-imagenes {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
  width: 60%; /* Ocupa el 60% del ancho de la página */
  margin-left: auto; /* Centra horizontalmente */
  margin-right: auto;
  flex-wrap: wrap;
}

.mesa-de-regalos .columna {
  width: 180px; /* Ajusta el tamaño de cada columna */
  height: fit-content;
  display: flex;
  align-items: center;
}

.mesa-de-regalos .columna img {
  width: 100%;
  height: auto;
  border-radius: 10px; /* Bordes redondeados */
}

.mesa-de-regalos .columna:hover {
  transform: scale(1.2);
  transition: 0.3s;
}

@media (max-width: 992px) {
  .contenedor-imagenes {
    width: 100%; /* Ocupa el 60% del ancho de la página */
  }
  .mesa-de-regalos .columna {
    width: 120px; /* Ajusta el tamaño de cada columna */
  }
}

.about-us-content {
  grid-column-gap: 4.25rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 79px;
  grid-row-gap: 79px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.social-wrapper.is-row-2 {
  max-width: 21.25rem;
}

.social-image.is-main-img {
  object-fit: cover;
  border-radius: 13rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.social-image.border-radius-left {
  object-fit: cover;
  border-top-left-radius: 8.6875rem;
  border-bottom-left-radius: 8.6875rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.social-image.border-radius-right {
  object-fit: cover;
  border-top-right-radius: 8.6875rem;
  border-bottom-right-radius: 8.6875rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.social-item {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  background-color: var(--base-color-brand--green);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 3.75rem 3.5625rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .social-item {
    padding: 5rem 6rem;
  }
}

.social-item.is-instagram {
  background-color: var(--background-color--background-green);
  order: -1;
  width: 300px;
  height: 300px;
}

.social-icon {
  position: absolute;
}

.social-content {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.subscribers-text {
  color: var(--text-color--text-alternate);
  font-size: 2.625rem;
  line-height: 3.375rem;
}

.section-hospedaje {
  background-color: var(--background-color--background-alternate);
  position: relative;
}

.hospedaje-list-wrapper {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  display: grid;
}

.hospedaje-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--background-color--background-primary);
  border-radius: 3.125rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33.4375rem;
  height: 100%;
  padding: 2.5rem;
  display: flex;
}

.hospedaje-image {
  object-fit: cover;
  border-radius: 100%;
  width: 200px;
  height: 200px;
}

.hospedaje-description {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}


.section-dress_code {
  background-color: #f7ede3e0;
  position: relative;
}

.dress_code-list-wrapper {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  display: grid;
  justify-items: center;
}

.color_code-list-wrapper {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  display: grid;
  justify-items: center;
}

.dress_code-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-radius: 3.125rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33.4375rem;
  height: 100%;
  max-height: 31.25rem;
  display: flex;
}

.dress_code-item p {
  font-size: 1rem;
  color: var(--text-color--text-primary);
  line-height: normal;
  margin-top: 1rem;
}

.color_code-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-radius: 3.125rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33.4375rem;
  height: 100%;
  max-height: 31.25rem;
  padding: 2.5rem;
  display: flex;
}

.dress_code-item:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.dress_code-image {
  object-fit: cover;
  height: 200px;
}

.dress_code-description {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}


.section-programa {
  background-color: #f7ede3e0;
  position: relative;
}

.programa-list-wrapper {
  grid-column-gap: 3.125rem;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}

.programa-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-radius: 3.125rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33.4375rem;
  height: 100%;
  padding: 2.5rem;
  display: flex;
}

.programa-image {
  object-fit: cover;
}

.programa-description {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  width: 100%;
}

/* COUNTDOWN */

#countdown {
}

#countdown .countdown {
  font-family: Playfair Display, "Open Sans", sans-serif;
  margin-bottom: 0;
  font-size: 40px;
  color: #F7EDE3;
  text-shadow: 1px 1px 2px #000000;
  font-weight: bold;
}

#countdown .countdown span {
  margin: 0 20px;
  display: inline-block;
  font-weight: lighter;
  justify-items: center;
}

#countdown .countdown small {
  display: block;
  font-size: 15px;
  font-family: Playfair Display, "Open Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  #countdown .countdown {
    font-size: 30px;
  }
  #countdown .countdown small {
    font-size: 16px;
  }
}

@media screen and (max-width: 592px) {
  #countdown .countdown {
    font-size: 30px;
  }
  #countdown .countdown span {
    margin: 0 10px;
  }
}

.section-invitados {
  background-color: var(--background-color--background-secondary);
}

.invitados-wrapper {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.invitados-image-wrapper {
  width: 100%;
  max-width: 29.6875rem;
  height: 100%;
  padding-top: 37.5rem;
  position: relative;
}

.invitados-image {
  object-fit: cover;
  border-top-left-radius: 14.875rem;
  border-top-right-radius: 14.875rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.invitados-content {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  color: var(--text-color--text-secondary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 35.625rem;
  display: flex;
}


.section-fraseinicio {
  background-color: var(--background-color--background-secondary);
}

.fraseinicio-wrapper {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fraseinicio-image-wrapper {
  width: 100%;
  max-width: 29.6875rem;
  height: 100%;
  padding-top: 37.5rem;
  position: relative;
}

.fraseinicio-image {
  object-fit: cover;
  border-top-left-radius: 14.875rem;
  border-top-right-radius: 14.875rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fraseinicio-content {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  color: var(--text-color--text-secondary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 35.625rem;
  display: flex;
}

.section-frasefinal {
  background-color: var(--background-color--background-secondary);
}

.frasefinal-wrapper {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frasefinal-image-wrapper {
  width: 100%;
  max-width: 29.6875rem;
  height: 100%;
  padding-top: 37.5rem;
  position: relative;
}

.frasefinal-image {
  object-fit: cover;
  border-top-left-radius: 14.875rem;
  border-top-right-radius: 14.875rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.frasefinal-content {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  color: var(--text-color--text-secondary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 35.625rem;
  display: flex;
}

.author-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#rsvp p {
  line-height: normal;
  font-size: 1rem;
  margin-bottom: 2rem;
  color: var(--text-color--text-primary);
}

.section-booking-form {
  background-color: #84A59E;
  color: var(--text-color--text-secondary);
  position: relative;
}

.section-booking-form .btn{
  padding: 10px 20px;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
  border: none;
  color: var(--text-color--text-primary);
  border: 1px solid var(--text-color--text-primary);
  border-radius: 5px;
  transition: 0.5s;
}

.section-booking-form .btn:hover {
  transform: scale(1.1);
}

.section-booking-form h2{
  text-align: center;
  margin-bottom: 1rem;
  color: #F7EDE3;
}

@media screen and (max-width: 768px) {
  .section-booking-form h2{
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}


.form-component-col-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-component-col-2 {
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.2fr 1fr 0.2fr 1fr;
  grid-auto-columns: 0.2fr 1fr 0.2fr 1fr;
  display: grid;
  align-items: center;
}

.social-bar-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon-wrap {
  background-color: var(--base-color-brand--orange);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: background-color .25s;
  display: flex;
  position: relative;
}

.common-grid-one-col {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overline-text {
  color: #F7EDE3;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 900;
  line-height: 1.125rem;
}

.text-color-orange {
  color: var(--text-color--text-orange);
}

.gifts-text-wrap {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.gifts-text-wrap.is-max-width {
  max-width: 14.6875rem;
}

.gifts-icon-wrap {
  background-color: var(--base-color-brand--orange);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 100%;
  min-height: 80px;
  max-height: 80px;
  display: flex;
}

.social-icon-alternate {
  opacity: 0;
  position: absolute;
}

.header {
  z-index: 9999;
  width: 100%;
  position: fixed;
  transition: top 0.3s;
  background-color: white;
}

.header.padding-section-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header-wrapper {
  justify-content: space-between;
  display: flex;
}

.header.hide {
  top: -150px;
}

.social-small-img-wrap {
  width: 100%;
  max-width: 21.25rem;
  height: 100%;
  padding-top: 17.375rem;
  position: relative;
}

.social-main-img-wrap {
  width: 100%;
  max-width: 26rem;
  height: 100%;
  padding-top: 42.4375rem;
  position: relative;
}

.hospedaje-img-wrap {
  width: 100%;
  max-width: 12.5rem;
  height: 100%;
  max-height: 12.5rem;
}

.dress_code-img-wrap {
  width: auto;
  height: 100%;
}

.programa-img-wrap {
  width: 100%;
  max-width: 4rem;
  height: 100%;
  max-height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.booking-form {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.625rem;
    line-height: 2.625rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.625rem;
    line-height: 2.625rem;
  }

  .heading-style-h1.text-align-left {
    text-align: center;
  }

  .max-width-medium {
    text-align: center;
    max-width: none;
  }

  .max-width-medium.max-width-tablet {
    max-width: 60%;
  }

  .text-align-left {
    text-align: left;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav_menu_link {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .hero-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .section-hero.padding-section-medium {
    padding-top: 12rem;
  }

  .hero-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 100%;
  }

  .hero-image-wrapper {
    order: -1;
  }

  .gifts-wrapper.is-horizontal {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .gifts-wrapper.is-vertical {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .gifts-content {
    text-align: center;
  }

  .about-us-content {
    flex-flow: column;
    grid-template-columns: .5fr 1fr .5fr;
    justify-content: center;
    align-items: center;
  }

  .social-wrapper {
    grid-column-gap: 4.5rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .social-wrapper.is-row-2 {
    max-width: none;
  }

    /* Adjust the content box away from the center to avoid overlap */
  .timeline-item.left .content {
    margin-right: 10px; /* Shift the left content further left */
  }

  .timeline-item.right .content {
    margin-left: 10px; /* Shift the right content further right */
  }

  .timeline-item {
    padding: 10px;
  }

  .timeline-item .content {
    padding: 10px 30px;
  }

  .hospedaje-list-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    place-items: center;
  }

  .hospedaje-item {
    max-width: 535px;
  }

  .dress_code-list-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    place-items: center;
    grid-row-gap: 1rem;
  }

  .dress_code-item {
    max-width: 535px;
    padding: 1.5rem;
  }

  .color_code-list-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
    place-items: center;
    grid-row-gap: 1rem;
  }

  .programa-list-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    place-items: center;
  }

  .programa-item {
    max-width: 535px;
    padding: 2.5rem 0;
  }
  
  .programa-item .row {
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
  }

  .fraseinicio-wrapper {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-flow: column;
  }

  .fraseinicio-content {
    max-width: 47.5rem;
  }

  .frasefinal-wrapper {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-flow: column;
  }

  .frasefinal-content {
    max-width: 47.5rem;
  }

  .common-grid-one-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .social-main-img-wrap {
    max-width: 26rem;
  }

  .countdown-item {
    padding: 0px 0px;
   }

  .popup-content {
    width: 80%;
    height: auto;
  }

  .popup-p {
    font-size: 16px;
    line-height: normal;
  }

  #mute-btn {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .header-wrapper {
    text-align: center;
  }

}

.imagen-ancha {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden; /* Asegura que el contenido no se salga si la imagen es más grande */
}

.imagen-ancha video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Corta o ajusta el video para cubrir toda la pantalla */
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

#hashtag {
  background: #84A59E;
  padding: 5rem 0;
  text-align: center;
}

#hashtag .hashtag {
  font-size: 4rem;
  color: #F7EDE3;
  transition: 0.5s;
}

#hashtag a {
  color: #F7EDE3;
}

#hashtag .hashtag:hover {
  transform: scale(1.1);
}


@media (max-width: 592px) {
  #hashtag .hashtag {
    font-size: 3rem;
  }
}

#gallery {
  padding: 7em 0 0 0;
  background: #F7EDE3;
}

#gallery h2 {
  font-size: 3rem;
  color: #84A59E;
  text-align: center;
  font-family: Playfair Display, sans-serif;
}

@media screen and (max-width: 768px) {
  #gallery {
    padding: 4em 0;
  }
  #gallery a {
    font-size: 12px;
  }
}

.square {
  overflow: hidden; /* Asegura que el contenido no sobresalga */
  display: flex; /* Opcional: centra la imagen si es necesario */
  justify-content: center; /* Opcional: centra la imagen horizontalmente */
  align-items: center; /* Opcional: centra la imagen verticalmente */
  margin-bottom: 2rem;
}
.square img {
  width: 100%; /* Ajusta el ancho al div */
  height: 100%; /* Ajusta la altura al div */
  object-fit: cover; /* Asegura que la imagen llene el div sin deformarse */
}
.sq_small {
  height: 260px;
}
.sq_large {
  height: 400px;
}

@media screen and (max-width: 991px) {
  .sq_small {
    height: 100%;
  }
  .sq_large {
    height: 100%;
  }
}


.background-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 0.8s ease;
  will-change: opacity, transform;
}

.bg-top {
  z-index: 2;
  opacity: 1;
}

.bg-bottom {
  z-index: 1;
  opacity: 1;
}

.section-scroll {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color--text-primary);
  background-color: rgba(0,0,0,0.3);
}

.section-content {
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  width: 100%;
}

#doble {
  height: 300vh;
}

#couple {
  padding: 7em 0 0 0;
  background: #F7EDE3;
}

@media screen and (max-width: 768px) {
  #couple {
    padding: 4em 0;
  }
}

#couple img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#couple h3 {
  font-size: 25px;
  line-height: normal;
  margin-top: 2rem;
}

#couple h2 {
  font-size: 18px;
  padding: 1rem;
  margin: 0;
  line-height: normal;
  font-weight: 100;
  color: var(--text-color--text-primary);
}

#couple .container {
  padding: 0 3rem;
}

.couple_info {
  margin-bottom: 3rem;
}

.centered-div {
  margin-left: auto;
  margin-right: auto;
  float: none; /* Evita que el elemento se alinee a la izquierda o derecha */
}

@media screen and (max-width: 768px) {
  #couple h3 {
    font-size: 35px;
  }
}

.circle_img {
  width: 300px; /* Ajusta el tamaño del círculo */
  height: 300px; /* Debe ser igual al ancho para que sea circular */
  border-radius: 50%; /* Hace el div circular */
  overflow: hidden; /* Asegura que el contenido no sobresalga */
  display: flex; /* Opcional: centra la imagen si es necesario */
  justify-content: center; /* Opcional: centra la imagen horizontalmente */
  align-items: center; /* Opcional: centra la imagen verticalmente */
  margin: auto;
}

.circle_img img {
  width: 100%; /* Ajusta el ancho al div */
  height: 100%; /* Ajusta la altura al div */
  object-fit: cover; /* Asegura que la imagen llene el div sin deformarse */
}

.text-center {
  text-align: center;
}


/* Nuevo Itinerario */

.timeline_section {
  background-color: #F7EDE3;
  font-family: 'Playfair Display', serif;
  text-align: center;
  color: var(--text-color--text-primary);
  padding-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 100px;
}

.calendar-img {
  width: 50px;
  margin-bottom: 10px;
}

.date {
  font-size: 40px;
  letter-spacing: 20px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .date {
    font-size: 30px;
    letter-spacing: 10px;
    font-weight: 400;
  }
}


.day-text {
  font-size: 1.5rem;
  margin-top: 10px;
  font-weight: 500;
}

.day-text .big {
  font-size: 30px;
  color: #555;
  font-weight: 700;
}

.section {
  margin: 40px 0;
}

.rings-img {
  width: 40px;
  margin-bottom: 20px;
}

.section-title {
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.8rem;
  margin: 5px 0;
}

.section-details {
  font-size: 1.25rem;
  font-family: 'Playfair Display', sans-serif;
}

.bold {
  font-weight: 700;
}