/* Table of Content */
/* -------------------- */
/* 1. Imports & Clears */
/* 2. Reset */
/* -------------------- */
/* 1. Imports & Clears */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Kristi);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic);
.header ul:after, .newlyweds:after, .blog-preview .articles:after, .blog-preview .people:after, .party .articles:after, .party .people:after, .view-posts:after, .rsvp:after, .rsvp-form:after, .twitter .feed:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden; }

/*
// Cappuccino
$default-color: #5c5157;
$default-color-light: #9c8484;

// Misty
$default-color: #95888f;
$default-color-light: #d8c4c5;

// Grape
$default-color: #553a4b;
$default-color-light: #a47692;

// Rosy
$default-color: #a47692;
$default-color-light: #e0b5d0;

// Plum
$default-color: #4c3a54;
$default-color-light: #9776a5;

// Wisteria
$default-color: #81678c;
$default-color-light: #d5b4df;

// Navy
$default-color: #3b3b55;
$default-color-light: #7677a5;

// Icy
$default-color: #68688c;
$default-color-light: #b4b6df;
*/
/*
// Sage
$default-color: #888c67;
$default-color-light: #dadfb6;
*/
/* natural box layout model to all elements */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* 2. Reset */
body, h1, h2, h3, h4, h5, h6, ul, li, form, div, p, ol, button, hr, blockquote {
  margin: 0;
  padding: 0; }

article, figure, footer, header, nav, section, details, summary {
  display: block; }

::-webkit-input-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

/* 3. General */
html {
  background: #fff; }

body {
  font: 18px "Open Sans", sans-serif;
  color: #5f5f5f;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  color: #51533b; }

a {
  text-decoration: none;
  color: #51533b;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    color: #9fa577; }

div {
  width: auto;
  height: auto;
  margin: 0 auto; }

/* 4. Main Container */
.page {
  text-align: left;
  overflow: hidden; }
  .page .container {
    max-width: 1038px; }
    @media all and (max-width: 1038px) {
      .page .container {
        width: 98%; } }

/* ========== AJUSTES PARA LOS PÉTALOS (ROSAS) ========== */
.roses, .roses-r {
  position: fixed; /* Cambia de absolute a fixed */
  z-index: 99999;
  height: 854px;
  top: 0; /* Empiezan desde el tope de la pantalla */
}

.roses {
  background: url("assets/images/roses.png") top left no-repeat;
  width: 171px;
  left: 0px; /* Margen izquierdo */
}

.roses-r {
  background: url("assets/images/roses-r.png") top right no-repeat;
  width: 167px;
  right: 0px; /* Margen derecho */
}

/* Elimina la media query que los oculta en móviles */
@media all and (max-width: 1100px) {
  .roses, .roses-r {
    display: block !important; /* Fuerza su visibilidad */
  }
}
/* 5. Header Block */
.header {
  background-color: #51533b;
  text-align: center; }
  .header ul {
    padding: 5px 0; }
    .header ul li {
      display: inline-block;
      font-weight: 300;
      font-size: 0.66667em;
      line-height: 18px;
      text-transform: uppercase;
      padding: 5px 0; }
      .header ul li a {
        padding: 5px 25px;
        color: #9fa577; }
        .header ul li a:hover {
          color: #fff; }

/* 6. Intro Block */
.intro {
  text-align: center;
  color: #fff;
  background: #9fa577 url("assets/images/image04.jpg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .intro h1 {
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    color: #fff; }

/* 6.1 Intro Block Homepage */
.homepage .intro {
  min-height: 808px;
  padding-top: 220px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .homepage .intro h1, .homepage .intro .date {
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    color: #fff; }
  .homepage .intro h1 {
    font-size: 5.55556em; }
    .homepage .intro h1 span {
      color: #51533b;
      font-size: 1.3em; }
      @media all and (max-width: 900px) {
        .homepage .intro h1 span {
          font-size: 1.1em;
          display: block; } }
    @media all and (max-width: 900px) {
      .homepage .intro h1 {
        font-size: 5em;
        line-height: 1.2em; } }
  .homepage .intro p {
    font-family: "Kristi", cursive;
    font-size: 3.33333em;
    line-height: 60px; }
  .homepage .intro .date {
    font-size: 1.33333em;
    line-height: 18px; }

/* 6.2 Intro Block Page */
.page-content .intro {
  min-height: 260px;
  padding: 96px 0; }
  .page-content .intro h1 {
    font-size: 2.5em; }
    .page-content .intro h1:before {
      content: url("assets/images/image02.png");
      margin-right: 20px; }
    .page-content .intro h1:after {
      content: url("assets/images/image02-flipped.png");
      margin-left: 20px; }
  .page-content .intro p {
    font-size: 1em;
    line-height: 40px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .1em; }

/* 7. Newlyweds Block */
.newlyweds {
  padding: 40px 0; }
  .newlyweds .bride, .newlyweds .groom {
    padding: 80px 40px 0;
    float: left;
    width: 50%; }
  .newlyweds .bride {
    text-align: right; }
    .newlyweds .bride h2:before {
      content: url("assets/images/image02.png");
      margin-right: 20px; }
  .newlyweds .groom {
    text-align: left; }
    .newlyweds .groom h2:after {
      content: url("assets/images/image02-flipped.png");
      margin-left: 20px; }
  .newlyweds p {
    font-size: 0.77778em;
    line-height: 25px; }
  .newlyweds h2, .newlyweds h3 {
    text-transform: uppercase;
    margin-bottom: 20px; }
  .newlyweds h2 {
    font-size: 2.5em; }
  .newlyweds h3 {
    font-size: 1em;
    color: #9fa577;
    letter-spacing: .2em;
    font-family: "Open Sans", sans-serif;
    font-weight: 300; }

/* 8. Venue Block */
.venue {
  text-align: center;
  font-weight: 300;
  z-index: 2;
  position: relative; }
  .venue h2 {
    font-size: 2.5em;
    text-transform: uppercase; }
    .venue h2:before {
      content: url("assets/images/image02.png");
      margin-right: 20px; }
    .venue h2:after {
      content: url("assets/images/image02-flipped.png");
      margin-left: 20px; }
  .venue p {
    margin-bottom: 30px; }
    .venue p span {
      color: #9fa577; }
    .venue p:last-child {
      margin-bottom: 0; }
  .venue .subtitle {
    text-transform: uppercase;
    color: #9fa577;
    font-weight: 300;
    margin-bottom: 70px;
    letter-spacing: 0.2em; }

/* 9. More Block */
.more {
  text-align: right;
  font-size: 1.66667em;
  font-family: "Kristi", cursive;
  padding: 0 40px; }

/* 9. Registry Block */
.registry {
  text-align: center; }
  .registry .container {
    padding: 40px; }
  .registry h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .registry h2:before {
      content: url("assets/images/image02.png");
      margin-right: 20px; }
    .registry h2:after {
      content: url("assets/images/image02-flipped.png");
      margin-left: 20px; }
  .registry h3 {
    text-transform: uppercase;
    color: #9fa577;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .2em;
    margin-bottom: 70px; }
  .registry .stores {
    padding: 40px;
    border: 1px solid #cdc1c1; }
    .registry .stores ul li {
      display: inline-block;
      padding: 30px; }
      .registry .stores ul li img {
        opacity: .8; }
        .registry .stores ul li img:hover {
          opacity: 1; }

/* 10. Footer Block */
.footer .container {
  padding: 40px;
  text-align: center;
  font-size: 0.77778em; }
.footer p {
  color: #9fa577; }
.footer a {
  text-decoration: underline; }
  .footer a:hover {
    text-decoration: none; }

/* 11. Instagram Block */
.instagram {
  text-align: center;
  padding: 40px 0; }
  .instagram p {
    font-size: 1.66667em;
    font-family: "Playfair Display", serif;
    color: #9fa577;
    margin-bottom: 30px; }
    .instagram p i.fa, .instagram p span {
      color: #51533b; }
    .instagram p span {
      font-size: 0.8em; }

.instagram-photo {
  display: inline-block;
  height: 196px;
  margin: 10px;
  width: 195px;
  position: relative; }
  .instagram-photo .instagram-hover-cover {
    background: url("assets/scripts/fancybox2/fancybox-hover.png") no-repeat scroll 50% 50% #000;
    position: absolute;
    top: 0; }

/* 12. Blog Preview & Party Block */
.blog-preview .container {
  padding: 100px 0; }

.blog-preview, .party {
  text-align: center;
  padding: 0 40px; }
  .blog-preview h2, .party h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .blog-preview h2:before, .party h2:before {
      content: url("assets/images/image02.png");
      margin-right: 20px; }
    .blog-preview h2:after, .party h2:after {
      content: url("assets/images/image02-flipped.png");
      margin-left: 20px; }
  .blog-preview .subtitle, .party .subtitle {
    text-transform: uppercase;
    color: #9fa577;
    font-weight: 300;
    margin-bottom: 70px;
    letter-spacing: 0.2em; }
  .blog-preview .articles div, .blog-preview .people div, .party .articles div, .party .people div {
    padding: 0 40px 0;
    float: left;
    width: 50%;
    text-align: left;
    margin-bottom: 40px; }
    .blog-preview .articles div:nth-child(odd), .blog-preview .people div:nth-child(odd), .party .articles div:nth-child(odd), .party .people div:nth-child(odd) {
      text-align: right; }
    @media all and (max-width: 1124px) {
      .blog-preview .articles div, .blog-preview .people div, .party .articles div, .party .people div {
        width: 100%;
        float: none;
        text-align: center; }
        .blog-preview .articles div:nth-child(odd), .blog-preview .people div:nth-child(odd), .party .articles div:nth-child(odd), .party .people div:nth-child(odd) {
          text-align: center; } }
  .blog-preview .articles img, .blog-preview .people img, .party .articles img, .party .people img {
    margin-bottom: 20px;
    opacity: .8; }
    .blog-preview .articles img:hover, .blog-preview .people img:hover, .party .articles img:hover, .party .people img:hover {
      opacity: 1; }
  .blog-preview .articles h3, .blog-preview .people h3, .party .articles h3, .party .people h3 {
    font-size: 1.33333em;
    margin-bottom: 5px; }
  .blog-preview .articles p, .blog-preview .people p, .party .articles p, .party .people p {
    font-size: 0.77778em;
    text-transform: uppercase;
    color: #9fa577; }

.view-posts {
  font-weight: 300;
  font-size: 0.77778em;
  text-transform: uppercase;
  padding: 0 40px; }
  .view-posts a {
    padding: 10px 20px;
    color: #9fa577;
    border: 1px solid #cdc1c1;
    float: right; }
    .view-posts a:hover {
      background-color: #9fa577;
      border: 1px solid #9fa577;
      color: #fff; }

.party {
  padding: 100px 40px;
  background-color: #9fa577; }
  .party h2 {
    color: #fff; }
    .party h2:before {
      content: url("assets/images/image02-default-color.png"); }
    .party h2:after {
      content: url("assets/images/image02-default-color-flipped.png"); }
  .party .subtitle {
    color: #51533b; }
  .party .people p {
    color: #fff; }
  .party h3 {
    color: #51533b; }
  .party .people img {
    opacity: 1; }

/* ========== ESTILOS CORREGIDOS PARA EL MAPA ========== */
.map-container {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  background: #fff; /* Fondo temporal para debug */
}

.map-image {
  width: 960px;
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 15px solid #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/* Eliminar estilos antiguos del mapa */
#map_canvas, .map {
  display: none !important;
}
/* 13. Accomodation Block */
.accomodation {
  text-align: center;
  color: #fff;
  background-color: #51533b; }
  .accomodation .container {
    padding: 100px 40px; }
  .accomodation h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff; }
    .accomodation h2:before {
      content: url("assets/images/image02.png");
      margin-right: 20px; }
    .accomodation h2:after {
      content: url("assets/images/image02-flipped.png");
      margin-left: 20px; }
  .accomodation .subtitle {
    text-transform: uppercase;
    color: #9fa577;
    font-weight: 300;
    margin-bottom: 70px;
    letter-spacing: 0.2em; }
  .accomodation h3 {
    font-size: 1.33333em;
    color: #fff; }
  .accomodation h3, .accomodation p {
    margin-bottom: 30px; }
  .accomodation p {
    font-weight: 300; }
    .accomodation p a {
      color: #9fa577;
      text-transform: uppercase;
      text-decoration: underline; }
      .accomodation p a:hover {
        text-decoration: none;
        color: #fff; }
    .accomodation p:last-child {
      font-size: 0.77778em; }

/* 12. Map Block */
.rsvp {
  text-align: center;
  background: url("assets/images/image01.jpg") top center no-repeat;
  color: #fff;
  padding: 80px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .rsvp .container {
    padding: 40px; }
  .rsvp blockquote {
    font-size: 1.66667em;
    font-family: "Playfair Display", serif; }
    .rsvp blockquote span {
      font-family: "Kristi", cursive; }
    .rsvp blockquote p {
      margin-bottom: 20px; }
    .rsvp blockquote p:last-child {
      text-align: right;
      margin-bottom: 0; }

/* 12. RSVP Block */
.rsvp-form {
  padding: 80px 40px;
  background-color: #fff;
  color: #9fa577;
  margin: 100px 0; }
  .rsvp-form h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #51533b; }
    .rsvp-form h2:before {
      content: url("assets/images/image02.png");
      margin-right: 20px; }
    .rsvp-form h2:after {
      content: url("assets/images/image02-flipped.png");
      margin-left: 20px; }
  .rsvp-form .subtitle {
    text-transform: uppercase;
    color: #9fa577;
    font-weight: 300;
    margin-bottom: 70px;
    letter-spacing: 0.2em; }
  .rsvp-form form input, .rsvp-form form .select-style {
    display: block;
    width: 50%;
    width: 40.90909%;
    margin: 0 4.54545%;
    float: left;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media all and (max-width: 700px) {
      .rsvp-form form input, .rsvp-form form .select-style {
        width: 100%;
        margin: 0;
        float: none; } }
  .rsvp-form form .select-style {
    overflow: hidden;
    margin-bottom: 20px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAIAAAD38zoCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFRJREFUeNpiXD93rqKmpr6lJQMMXDx+/P7160wahoan9+0DcuCiQC5QkAWIgfwj27ZBJICiNl5eQEHG////A/k3zp+HyEFEgQyoBEQOSEJEgQAgwABgrCeohbnnkAAAAABJRU5ErkJggg==") right center no-repeat; }
    @media all and (max-width: 700px) {
      .rsvp-form form .select-style {
        margin-bottom: 40px; } }
  .rsvp-form form .select-style select {
    padding: 8px;
    width: 110%;
    border: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none; }
    .rsvp-form form .select-style select:focus {
      outline: none; }
    .rsvp-form form .select-style select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #9fa577; }
  .rsvp-form form textarea {
    width: 90.90909%;
    margin: 0 4.54545%;
    min-height: 100px;
    resize: none; }
    @media all and (max-width: 700px) {
      .rsvp-form form textarea {
        margin: 0;
        width: 100%; } }
  .rsvp-form form input, .rsvp-form form textarea {
    margin-bottom: 20px;
    padding: 8px; }
    @media all and (max-width: 700px) {
      .rsvp-form form input, .rsvp-form form textarea {
        margin-bottom: 40px; } }
  .rsvp-form form button, .rsvp-form form input, .rsvp-form form textarea, .rsvp-form form .select-style {
    border: none;
    border-bottom: 1px solid #cdc1c1; }
    .rsvp-form form button.error, .rsvp-form form input.error, .rsvp-form form textarea.error, .rsvp-form form .select-style.error {
      border-bottom: 1px solid #da495d; }
  .rsvp-form form button, .rsvp-form form input, .rsvp-form form textarea, .rsvp-form form .select-style select {
    color: #9fa577;
    font: 300 18px "Open Sans", sans-serif; }
  .rsvp-form form button {
    background-color: #fff;
    border: 1px solid #cdc1c1;
    padding: 14px 26px;
    cursor: pointer;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: .16em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .rsvp-form form button:hover {
      background-color: #9fa577;
      border: 1px solid #9fa577;
      color: #fff; }
  .rsvp-form p.error, .rsvp-form p.message {
    text-align: right;
    font-weight: 300;
    font-size: 2em;
    padding: 0 40px; }
  .rsvp-form p.error {
    color: #da495d; }
  .rsvp-form p.message {
    color: #51533b; }

@-moz-document url-prefix() {
  .rsvp-form form .select-style select {
    padding: 8px 4px; } }


/* ===== AJUSTES PARA EL CONTADOR EN LA SECCIÓN INTRO ===== */
.intro .countdown {
  background: none !important; /* Elimina la franja verde */
  margin-top: 15px; /* Espaciado desde la fecha */
}

.intro .countdown p {
  font-size: 3em; /* Mismo tamaño que "Octubre 25" */
  line-height: 1.2em;
  color: #fff; /* Color blanco para coincidir */
  font-family: "Kristi", cursive; 
  letter-spacing: 0.1em;
  margin: 0;
}
/* 12. Twitter Block */
.twitter .container {
  padding: 0 40px; }
.twitter .feed {
  border: 1px solid #cdc1c1;
  padding: 80px 40px; }
  .twitter .feed .fa {
    display: block;
    text-align: center; }
.twitter h3 {
  font-size: 1.33333em;
  margin-bottom: 20px; }
  .twitter h3 a {
    color: #9fa577; }
    .twitter h3 a:hover {
      color: #51533b; }
.twitter .timeline {
  padding: 0 40px 0;
  float: left;
  width: 50%;
  text-align: left;
  margin-top: -20px; }
  .twitter .timeline:nth-child(even) {
    text-align: right; }
  .twitter .timeline .twitter-tweet {
    color: #9fa577;
    font-size: 0.77778em;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 300; }
    .twitter .timeline .twitter-tweet p {
      text-transform: none;
      font-size: 1.28571em;
      margin-bottom: 10px;
      color: #51533b; }
    .twitter .timeline .twitter-tweet a {
      color: #9fa577; }
      .twitter .timeline .twitter-tweet a:hover {
        color: #51533b; }

/* 13. Slider Block */
.slider {
  padding: 40px 0; }
  .slider .container {
    padding: 0 40px; }
  .slider ul {
    list-style: none; }
    .slider ul li {
      display: inline-block; }
  .slider .slides {
    position: relative;
    text-align: center; }

.flex-control-paging {
  position: absolute;
  list-style: none;
  top: 50%;
  right: 22px; }
  .flex-control-paging li {
    margin-bottom: 10px; }
    .flex-control-paging li a {
      display: block;
      width: 10px;
      height: 10px;
      background-color: #fff;
      text-indent: -99999em;
      cursor: pointer;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box; }
      .flex-control-paging li a.flex-active {
        background-color: #fbd1c8; }

/* 14. Slider Block */
.article-content {
  padding: 100px 0; }
  .article-content .container {
    padding: 0 40px; }
  .article-content h2 {
    font-size: 2.5em;
    letter-spacing: .025em;
    margin-bottom: 10px; }
  .article-content p {
    font-size: 0.88889em;
    margin-bottom: 30px;
    line-height: 1.9em; }
  .article-content .date {
    color: #9b8484;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: .1em; }
  .article-content img {
    width: 100%;
    height: auto;
    margin: 20px 0 50px; }

/*# sourceMappingURL=style.css.map */
/* ========== VERSIÓN MÓVIL (NOVIA Y NOVIO APILADOS) ========== */
@media (max-width: 767px) {
  .newlyweds .container {
    display: flex;           /* Activar flexbox */
    flex-direction: column;  /* Dirección vertical */
  }
  
  .newlyweds .bride,
  .newlyweds .groom {
    width: 100% !important;  /* Ocupar ancho completo */
    float: none !important;  /* Eliminar float */
    padding: 40px 20px !important; /* Ajustar espaciado */
    margin: 0 !important;
    text-align: center !important; /* Centrar contenido */
  }
  
  .newlyweds .bride {
    order: 1;  /* Novia primero */
    border-bottom: 1px solid #cdc1c1; /* Separador visual */
  }
  
  .newlyweds .groom {
    order: 2;  /* Novio debajo */
  }
  
  .newlyweds h2:before,
  .newlyweds h2:after {
    display: none; /* Ocultar decoraciones de títulos en móvil */
  }
}

/* Fuente Kristi para textos de los novios */
.newlyweds .bride p,
.newlyweds .groom p {
  font-family: "Kristi", cursive !important;
  font-size: 1.8em; /* Ajusta este valor según necesites */
  line-height: 1.4em; /* Mejorar legibilidad */
  color: #51533b; /* Color opcional para resaltar */
}

/* Ajustes para móvil */
@media (max-width: 767px) {
  .newlyweds .bride p,
  .newlyweds .groom p {
    font-size: 1.5em; /* Tamaño menor en móviles */
  }
}

/* ========== OCULTAR PÉTALOS EN DISPOSITIVOS PEQUEÑOS ========== */
@media (max-width: 1024px) {
  .roses, .roses-r {
    display: none !important;
  }
}

/* ========== SLIDER RESPONSIVE ========== */
.slider .container {
  padding: 0 !important;
}

.slider .slides {
  overflow: hidden;
}

.slider .slides img {
  width: 100% !important;
  height: auto !important;
  max-width: 100vw;
  object-fit: cover;
}

/* Ajustar altura en móviles */
@media (max-width: 767px) {
  .slider .slides img {
    min-height: 300px; /* Altura mínima para móviles */
  }
  
  .flex-control-paging {
    bottom: 15px !important;
    top: auto !important;
    right: 50% !important;
    transform: translateX(50%);
  }
  
  .flex-control-paging li a {
    width: 15px !important;
    height: 15px !important;
  }
}

/* Ocultar flechas de navegación en móvil */
@media (max-width: 767px) {
  .flex-direction-nav {
    display: none !important;
  }
}

/* ========== AJUSTES PARA LAS BOLITAS DE NAVEGACIÓN ========== */
.flex-control-paging {
  position: absolute;
  bottom: 25px !important; /* Posición desde abajo */
  top: auto !important; /* Anula posición vertical original */
  left: 50% !important; /* Centrado horizontal */
  right: auto !important;
  transform: translateX(-50%); /* Ajuste fino de centrado */
  display: flex !important; /* Distribución horizontal */
  gap: 10px; /* Espacio entre bolitas */
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 999;
}

.flex-control-paging li {
  margin: 0 !important; /* Elimina margen original */
}

.flex-control-paging li a {
  width: 12px !important;
  height: 12px !important;
  background-color: rgba(255,255,255,0.5) !important; /* Color semi-transparente */
  transition: all 0.3s ease;
}

.flex-control-paging li a.flex-active {
  background-color: #fff !important; /* Color activo */
  width: 25px !important; /* Efecto de "bola alargada" */
  border-radius: 6px !important;
}

/* Asegurar espacio en el contenedor */
.slider .container {
  padding-bottom: 50px !important; /* Espacio para las bolitas */
}

/* Versión móvil */
@media (max-width: 767px) {
  .flex-control-paging {
    bottom: 15px !important;
  }
  
  .flex-control-paging li a {
    width: 10px !important;
    height: 10px !important;
  }
  
  .flex-control-paging li a.flex-active {
    width: 20px !important;
  }
}

.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1 !important; /* Mostrar flechas al hover */
}

/* ===== ENLACES DE NAVEGACIÓN ===== */
.navigation-links {
  text-align: center;
  padding: 30px 0;
  background: #fff;
}

.map-link {
  font-family: "Kristi", cursive;
  font-size: 2.5em;
  color: #9fa577;
  text-decoration: none;
  margin: 0 20px;
  transition: all 0.3s ease;
}

.map-link:hover {
  color: #51533b;
  text-decoration: underline;
}

/* Ocultar Waze en desktop */
@media (min-width: 768px) {
  .mobile-only {
      display: none;
  }
}

/* Mostrar ambos en móvil */
@media (max-width: 767px) {
  .map-link {
      display: block;
      margin: 15px 0;
      font-size: 2em;
  }
}

@media (max-width: 767px) {
  .party .people div {
    width: 100% !important;
    float: none !important;
    padding: 0 0 40px 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .party .people img {
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
    display: block;
    margin: 0 auto 20px !important;
  }

  .party .people h3 {
    font-size: 1.8em !important;
    margin-bottom: 10px !important;
  }

  .party .people p {
    font-size: 1.2em !important;
    line-height: 1.4em !important;
    padding: 0 20px !important;
  }
  
  /* Eliminar alineación derecha/izquierda heredada */
  .party .people div:nth-child(odd) {
    text-align: center !important;
  }
}

/* ========== AJUSTAR ESPACIADO PRE-RSVP ========== */
/* Reducir espacio después del mapa */
.map-container {
  padding-bottom: 20px !important;
}

/* Reducir espacio en sección de navegación */
.navigation-links {
  padding: 20px 0 !important;
}

/* Ajustar espacio en sección de hospedaje */
.accomodation .container {
  padding: 50px 40px !important;
}

/* Reducir margen inferior del bloque de código de vestir */
.party {
  padding-bottom: 50px !important;
}

/* Ajustar espacio superior del RSVP */
.rsvp {
  padding-top: 40px !important;
}

/* Versión móvil */
@media (max-width: 767px) {
  .map-container {
    padding-bottom: 10px !important;
  }
  
  .navigation-links {
    padding: 15px 0 !important;
  }
  
  .accomodation .container {
    padding: 30px 20px !important;
  }
  
  .party {
    padding: 50px 20px !important;
  }
  
  .rsvp {
    padding-top: 30px !important;
  }
}

/* Estilos para la respuesta del RSVP */
.rsvp-response {
  background: #f5f5f5;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rsvp-response .container {
  text-align: center;
  padding: 40px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  max-width: 600px;
}

.rsvp-response h2 {
  font-family: "Kristi", cursive;
  font-size: 3em;
  color: #51533b;
  margin-bottom: 30px;
}

.rsvp-response a {
  color: #9fa577;
  text-decoration: none;
  font-size: 1.2em;
  border-bottom: 2px solid;
}

.rsvp-response a:hover {
  color: #51533b;
}
/* ========== AJUSTES PARA IMAGEN DE PADRINOS ========== */
.accomodation img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .accomodation img {
      width: 100% !important;
      height: auto !important;
      margin: 0 auto 20px !important;
  }
}