@charset "UTF-8";
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prata", serif;
  color: #2e4565;
}

h3 {
  color: #bda47b !important;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  color: #1f1f1f;
  font-size: 20px;
}

/* Create a Parallax Effect */
.bgimg-1,
.bgimg-2,
.bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url("cover_bodas_ixtapa_zihuatanejo.99e273dc.jpg");
  min-height: 100%;
}

/* Second image (Portfolio) */
.bgimg-2 {
  background-image: url("beachPlayaBodaWedding.e39b07b3.jpg");
  min-height: 400px;
}

/* Third image (Contact) */
.bgimg-3 {
  background-image: url("weddingsMexicoIxtapa.d9d613b7.jpg");
  min-height: 400px;
}

.w3-wide {
  letter-spacing: 10px;
}

.w3-hover-opacity {
  cursor: pointer;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1,
  .bgimg-2,
  .bgimg-3 {
    background-attachment: scroll;
    min-height: 400px;
  }
}
img {
  width: 100%;
  height: auto;
}

#myNavbar {
  display: flex;
  align-items: center;
}
#myNavbar a {
  justify-content: flex-end;
}
#myNavbar .logoMenu {
  padding: 0.7em;
}
#myNavbar .logoMenu img {
  width: 60px;
}
#myNavbar .ligasMenu {
  flex: 1;
  justify-content: flex-end;
}
#myNavbar .ligasMenu i {
  font-size: 1.5em;
  color: #bda47b;
}

#estadisticas {
  background-color: #2e4565;
  color: #bda47b;
}
#estadisticas span {
  font-family: "Prata", serif;
}

#sublogo {
  max-width: 240px;
  height: auto;
}

#servicios {
  background-color: rgb(255, 251, 220);
}
#servicios .servicio {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
#servicios img {
  flex: 1 1 50%;
}
#servicios .bandeja {
  display: inherit;
  flex: 1 1 50%;
}
@media (max-width: 479px) {
  #servicios .bandeja {
    flex-basis: 100%;
  }
}
#servicios .bandeja {
  padding: 2em;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
#servicios .bandeja h2 {
  margin: 0em;
}
#servicios .bandeja p {
  margin: 0.2em 0;
}
@media (max-width: 479px) {
  #servicios .servicio:nth-child(2n) .bandeja:first-child {
    order: initial;
  }
}
#servicios .servicio:nth-child(2n) .bandeja:first-child {
  order: 1;
}
@media (max-width: 479px) {
  #servicios .servicio:nth-child(2n) .bandeja:first-child {
    order: initial;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  width: 100%;
  height: 0;
  background-color: khaki;
}

.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  background-color: #bda47b;
}
footer i {
  color: #fff;
}
footer img {
  width: 100px;
  height: auto;
}

.glide__slide {
  background-color: #2e4565;
  color: #bda47b;
}

#play {
  z-index: 200;
  width: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
}

.wa {
  width: 50px;
  position: fixed;
  z-index: 600;
  right: 20px;
  bottom: 20px;
}

#datosConta i {
  color: #bda47b;
}

#paquete {
  background-color: #2e4565;
  color: #fff;
}
#paquete h4 {
  color: #fff;
}
#paquete i {
  font-size: 2em;
  margin-right: 0.5em;
}
#paquete a {
  vertical-align: middle;
}

.btn {
  background-color: #bda47b;
  color: #fff;
}
.btn i {
  color: #fff !important;
}
.btn b {
  color: #fff;
}
.btn:hover {
  background-color: #fff !important;
  color: #bda47b !important;
  border: solid #bda47b 1px;
}
.btn:hover i {
  color: #bda47b;
}
.btn:hover b {
  color: #bda47b;
}

b {
  color: #bda47b;
}

.desactivado {
  opacity: 0.2;
  pointer-events: none;
}

.glide {
  border-bottom: solid 2px #2e4565;
}

.glide__track .glide__slide {
  padding: 1em;
  color: #fff;
}
.glide__track .glide__slide footer {
  background-color: #2e4565;
}

/* Estilos minimalistas y elegantes para cards */
#partners h2 {
  text-align: left !important;
  color: #bda47b;
}
@media (max-width: 479px) {
  #partners {
    text-align: center;
  }
  #partners p {
    padding: 1rem;
  }
}

.aliados {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.card {
  background: rgba(255, 251, 220, 0.2);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(46, 69, 101, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid rgba(189, 164, 123, 0.2);
}
.card:first-child {
  background: url("nvitaciones-bodas-digitales.4ac87dbe.webp"), rgba(255, 251, 220, 0.2);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: -150% bottom;
}
.card:nth-child(2) {
  background: url("nvitaciones-decoracion.2e93aeb7.webp"), rgba(255, 251, 220, 0.2);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: -150% bottom;
}
.card:nth-child(3) {
  background: url("nvitaciones-musica.d1fd17d4.webp"), rgba(255, 251, 220, 0.2);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: -150% bottom;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(46, 69, 101, 0.15);
}

.card-content {
  padding: 2rem;
  color: #2e4565;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-content h3 {
  color: #2e4565 !important;
  font-size: clamp(1.1rem, 1.3vw, 1.4rem) !important;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(189, 164, 123, 0.3);
  padding-bottom: 0.5rem;
}

.card-content p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.card-content ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
  font-size: 0.9rem;
}
@media (max-width: 479px) {
  .card-content ul {
    border-top: solid 1px rgba(189, 164, 123, 0.3);
    text-align: left;
    padding: 0.8rem 0 0;
  }
}

.card-content li {
  padding: 0.5rem 0 0;
  color: #2e4565;
  position: relative;
  padding-left: 1.5rem;
}

.card-content li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #bda47b;
  font-weight: bold;
}

/* Estilos para botones/anchor en cards - Solución robusta */
.card {
  display: flex;
  flex-direction: column;
}

.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.card-content > *:not(.btn) {
  flex-shrink: 0;
}
.card-content .btn {
  margin-top: auto;
  align-self: center;
  width: 100%;
}

/* Variantes de cards */
.card.minimal {
  background: #f8f9fa;
  border: 1px solid rgba(189, 164, 123, 0.15);
  box-shadow: 0 2px 12px rgba(46, 69, 101, 0.05);
}

.card.elegant {
  background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
  border: 1px solid rgba(189, 164, 123, 0.25);
}

.card.elegant .card-content h3 {
  color: #2e4565;
  border-bottom-color: rgba(189, 164, 123, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .aliados {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .card-content {
    padding: 1.5rem;
  }
}

/*# sourceMappingURL=styles.5b81f0aa.css.map */