@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url("https://fonts.googleapis.com/css?family=Alex+Brush&display=swap");
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,300italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,300,700);
@import url("https://fonts.googleapis.com/css?family=Dancing+Script&display=swap");

p {
  font-size: 15px;
  line-height: 29px;
  color: rgba(28, 54, 83, 0.6);
  padding-bottom: 20px
}

h1 {
  font-size: 60px
}

h2 {
  font-size: 40px;
  font-weight: 300;
  color: #3D4351
}

h3 {
  color: #3D4351;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 29px
}

h4 {
  font-size: 18px
}

h5 {
  font-size: 15px;
  color: #3D4351;
  text-transform: uppercase;
  font-weight: 500
}

.fh5co-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 1001;
}

@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 20px 0;
  }
}

.fh5co-nav #fh5co-logo {
  font-size: 40px;
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-family: "Sofia Sans Condensed";
}

.fh5co-nav a {
  padding: 5px 10px;
  color: #fff;
}

@media screen and (max-width: 768px) {

  .fh5co-nav .menu-1,
  .fh5co-nav .menu-2 {
    display: none;
  }
}

.fh5co-nav ul {
  padding: 0;
  margin: 2px 0 0 0;
}

.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}

.fh5co-nav ul li a {
  font-size: 20px;
  font-family: Sofia Sans Condensed;
  padding: 30px 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
  color: white;
}

.fh5co-nav ul li.has-dropdown {
  position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}

.fh5co-nav ul li.has-dropdown:hover a,
.fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}

.fh5co-nav ul li.btn-cta a {
  color: #646464;
}

.fh5co-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  /* IE7 and below */
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.fh5co-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-nav ul li.active>a {
  color: #fff !important;
}

#fh5co-counter,
#fh5co-event,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.fh5co-video {
  height: 450px;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.fh5co-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.fh5co-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

.fh5co-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.fh5co-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.fh5co-cover {
  height: 1000px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  color: #ffffff !important;
}

/* Make all text in the header white */
#fh5co-header,
#fh5co-header h1,
#fh5co-header h2,
#fh5co-header h3,
#fh5co-header h4,
#fh5co-header h5,
#fh5co-header h6,
#fh5co-header p,
#fh5co-header span,
#fh5co-header a:not(.google-calendar-btn),
#fh5co-header div,
#fh5co-header .countdown-item,
#fh5co-header .countdown-label {
  color: #ffffff !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#fh5co-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

/* En móviles desactivamos el parallax */
@media (max-width: 768px) {
  #fh5co-header {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
}


.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(147, 147, 147, 0.5);
}

.fh5co-cover>.fh5co-container {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 1920px) {
  .fh5co-cover {
    height: 100vh;
  }
}

.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {

  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 600px;
  }
}

.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}

@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}

.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {

  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

#fh5co-counter,
#fh5co-event {
  height: 850px;
  float: left;
}

#fh5co-counter .display-t,
#fh5co-counter .display-tc,
#fh5co-event .display-t,
#fh5co-event .display-tc {
  height: 700px;
  display: table;
  width: 100%;
}

#fh5co-counter .fh5co-heading h2,
#fh5co-event .fh5co-heading h2 {
  color: #646464;
}

#fh5co-counter .fh5co-heading span,
#fh5co-event .fh5co-heading span {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}

#fh5co-counter .overlay,
#fh5co-event .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 768px) {

  #fh5co-counter,
  #fh5co-event {
    height: inherit;
    padding: 7em 0;
  }

  #fh5co-counter .display-t,
  #fh5co-counter .display-tc,
  #fh5co-event .display-t,
  #fh5co-event .display-tc {
    height: inherit;
  }
}

#fh5co-counter .event-wrap,
#fh5co-event .event-wrap {
  border: 2px solid rgba(0, 0, 0, 0.5);
  padding: 30px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {

  #fh5co-counter .event-wrap,
  #fh5co-event .event-wrap {
    margin-bottom: 10px;
  }
}

#fh5co-counter .event-wrap h3,
#fh5co-event .event-wrap h3 {
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Sofia Sans Condensed;
  font-size: 25px;
}

#fh5co-counter .event-wrap p,
#fh5co-counter .event-wrap span,
#fh5co-event .event-wrap p,
#fh5co-event .event-wrap span {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-family: Sofia Sans Condensed;
  font-size: 20px;
}

#fh5co-counter .event-wrap i,
#fh5co-event .event-wrap i {
  color: rgb(0, 0, 0);
  font-size: 20px;
}

#fh5co-counter .event-wrap .event-col,
#fh5co-event .event-wrap .event-col {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

#fh5co-counter {
  height: 600px;
}

@media screen and (max-width: 768px) {
  #fh5co-counter {
    height: auto;
  }
}

.btn {
  font-size: 13px;
  border: solid 2px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase
}

.btn:hover,
.btn:focus {
  color: #fff;
  border-color: #0B1957;
  background-color: #0B1957
}

.btn-white {
  font-size: 13px;
  border: solid 2px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
  border-color: #fff
}

.btn-white:hover,
.btn-white:focus {
  color: #0B1957;
  border-color: #0B1957
}

.btn-fill {
  color: #fff;
  border: solid 2px #0B1957;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #0B1957
}

.btn-fill:hover,
.btn-fill:focus {
  color: #fff;
  background-color: #1c2e7a;
  border-color: #1c2e7a
}

.btn-small {
  padding: 8px 30px
}

.btn-large {
  padding: 15px 40px
}

.btn-margin-right {
  margin-right: 20px
}

section.intro,
section.features-extra,
section.rsvp {
  background: #F8F3EA
}

section.features,
section.events,
section.blog {
  background: #F8F3EA
}

.group:after {
  content: "";
  display: table;
  clear: both
}

.no-padding {
  padding: 0
}

.no-margin {
  margin: 0
}

/* Contador Regresivo */
.countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.countdown-item {
  text-align: center;
  min-width: 100px;
}

.countdown-item span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #0B1957;
  line-height: 1;
  margin-bottom: 5px;
}

.countdown-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3D4351;
  font-weight: 500;
}

a {
  color: #0B1957;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color
}

a:hover,
a:focus {
  color: #1c2e7a;
  text-decoration: none
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: rgba(28, 54, 83, 0.8);
  -webkit-text-size-adjust: 100%;
  background-color: #F5FAFD;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dancing Script", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #0B1957
}

*:focus {
  outline: none !important
}

ul,
ol {
  margin: 0;
  padding: 0
}

ul li {
  list-style: none
}

.section-border {
  border-bottom: 1px solid #E6E9EA
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 4px
}

.pulse2 {
  animation-name: pulse2;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

@keyframes pulse2 {
  0% {
    transform: scale(1.1)
  }

  50% {
    transform: scale(0.8)
  }

  100% {
    transform: scale(1)
  }
}

.floating-arrow {
  animation-name: floating-arrow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out
}

@keyframes floating-arrow {
  from {
    transform: translate(-50%, 0)
  }

  65% {
    transform: translate(-50%, 15px)
  }

  to {
    transform: translate(-50%, 0)
  }
}

.floating-logo {
  animation-name: floating-logo;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out
}

@keyframes floating-logo {
  from {
    transform: translate(-50%, 0)
  }

  50% {
    transform: translate(-50%, 10px)
  }

  to {
    transform: translate(-50%, 0)
  }
}

.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6,
.wp7,
.wp8,
.wp9 {
  visibility: hidden
}

.wp8,
.wp9 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s
}

.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight,
.bounceInDown {
  visibility: visible
}

.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s
}

.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 10px 35px 16px 0;
  cursor: pointer
}

.nav-toggle:focus {
  outline: none
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer
}

.nav-toggle span:before {
  top: -10px
}

.nav-toggle span:after {
  bottom: -10px
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

.nav-toggle.active span {
  background-color: transparent
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0
}

.nav-toggle.active span:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.nav-toggle.active span:after {
  top: 10px;
  -moz-transform: translatey(-10px) rotate(-45deg);
  -ms-transform: translatey(-10px) rotate(-45deg);
  -o-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg)
}

.navicon {
  position: absolute;
  height: 26px;
  right: 10px;
  top: 48px;
  visibility: hidden;
  transition: all 300ms ease-in-out
}

.hero {
  min-height: 750px;
  background: url("../images/recuerdos/nebula-rosa-en-el-espacio-11053.webp") center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative
}

.hero .down-arrow a {
  color: #fff
}

.hero h1 {
  color: #fff;
  margin-bottom: 40px
}

.hero p.intro {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 80px
}

.hero .hero-content {
  padding-top: 40%
}

.hero .hero-content img {
  width: 55%;
  margin-bottom: 12%
}

.navigation {
  transition: all 300ms ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999
}


.fixed {
  position: fixed;
  background-color: rgba(85, 34, 83, 0.88);
  z-index: 999;
  width: 100%
}

header {
  padding: 50px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
  width: 1170px;
  margin: 0 auto;
  transition: padding 300ms ease-in-out
}

header a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px
}

header a.login {
  margin-right: 20px
}

header .logo {
  display: inline-block
}

header .logo img {
  height: 19px
}

header ul.primary-nav {
  margin: 0 0 0 75px;
  padding: 0
}

header ul.primary-nav li {
  display: inline
}

header ul.primary-nav li a {
  color: #fff;
  padding-right: 25px
}

header ul.primary-nav li a:hover {
  color: #0B1957
}

header ul.primary-nav li:last-child a {
  padding-right: 0px
}

header ul.member-actions li {
  display: inline
}

header ul.member-actions li a {
  color: #fff
}

header ul.member-actions li a:hover {
  color: #0B1957
}

header .header-nav {
  display: inline-block
}

header .member-actions {
  position: absolute;
  right: 0;
  top: 41px;
  transition: all 300ms ease-in-out
}

.down-arrow {
  color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%)
}

.share-bar {
  margin-top: 20px
}

.intro span.icon {
  font-size: 40px;
  color: #0B1957;
  font-weight: bold
}

.intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 40px
}

.intro-content {
  display: inline-block;
  width: 80%
}

#intro {
  padding-top: 40px
}

#intro img {
  width: 100%;
  height: auto
}

#intro p {
  text-align: center
}

.features {
  position: relative
}

.features p {
  margin-bottom: 0;
  padding-bottom: 0
}

.features h3 {
  font-family: "Dancing Script", cursive;
  font-weight: 400;
  margin: 0 0 20px 0
}

.features span.icon {
  font-size: 35px;
  color: #0B1957;
  font-weight: bold
}

.features .feature-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 35px
}

.features .feature-content {
  display: inline-block;
  width: 75%
}

.features .intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px
}

.features .intro-content {
  display: inline-block;
  width: 80%
}

.features ul.features-stack {
  margin-top: 50px
}

.features ul.features-stack li {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #E6E9EA
}

.features ul.features-stack li:last-child {
  padding-bottom: 0px;
  border-bottom: none
}

.features .ipad-wrap {
  width: 706px;
  height: 1002px;
  background: url("../img/ipad-device.png") no-repeat center center;
  z-index: 1
}

.features .iphone-wrap {
  width: 304px;
  height: 620px;
  background: url("../img/iphone6.png") no-repeat center center;
  position: absolute;
  left: 530px;
  bottom: 129px;
  z-index: 2
}

.features .device-showcase {
  position: absolute;
  bottom: -365px;
  right: 61%
}

.features .responsive-feature-img,
.features-extra .responsive-feature-img {
  display: none
}

.devices {
  position: relative
}

.features-extra {
  position: relative;
  z-index: 3
}

.features-extra .btn {
  margin-top: 20px
}

.features-extra .macbook-wrap {
  position: absolute;
  width: 916px;
  height: 540px;
  background: url("../img/macbook-pro.png") no-repeat center center;
  top: 114px;
  z-index: 4;
  left: 50%
}

.hero-strip {
  margin-top: 120px;
  background: #333844 url("../img/polygonal-bg.jpg") no-repeat center center;
  padding-bottom: 190px;
  position: relative
}

.hero-strip i {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 25px;
  color: #F69D52;
  vertical-align: top;
  margin-left: -8px;
  font-style: normal
}

.hero-strip h2 {
  color: #fff;
}

.hero-strip p {
  color: #ACB1B4
}

.hero-strip .btn {
  margin-top: 10px
}

.hero-strip .logo-placeholder {
  width: 230px;
  height: 230px;
  position: absolute;
  bottom: -285px;
  left: 50%;
  transform: translateX(-50%)
}

.events .leftcol {
  padding-right: 100px;
  border-right: solid 1px #E6E9EA
}

.events .rightcol {
  padding-left: 100px
}

.events .time {
  font-size: 13px;
  font-style: italic;
  text-transform: lowercase;
  color: rgba(28, 54, 83, 0.6)
}

.blog {
  padding-bottom: 120px
}

.blog img {
  width: 100%;
  height: auto;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

.blog h2 {
  font-size: 11px;
  color: #ACB1B4;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 35px
}

.blog .btn {
  margin-top: 20px
}

.blog .blog-img-wrap {
  position: relative;
  overflow: hidden
}

.blog .blog-img-wrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0
}

.blog .blog-img-wrap i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 25px;
  right: 35px
}

.blog .blog-img-wrap:hover img,
.blog .blog-img-wrap:focus img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.blog .blog-img-wrap:hover .overlay,
.blog .blog-img-wrap:focus .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
  z-index: 9
}

.blog figcaption i {
  margin-left: 5px;
  font-size: 15px
}

.blog figcaption a.blog-post-title {
  color: rgba(28, 54, 83, 0.6)
}

.blog figcaption a.blog-post-title:hover,
.blog figcaption a.blog-post-title:focus {
  color: #3D4351
}

#instagram img {
  width: 100%
}

#eng-pics img {
  width: 100%;
  height: auto;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

#eng-pics .img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px
}

#eng-pics .img-wrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0
}

#eng-pics .img-wrap i {
  color: #fff;
  font-size: 15px;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 6px;
  right: 6px
}

#eng-pics .img-wrap:hover img,
#eng-pics .img-wrap:focus img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

#eng-pics .img-wrap:hover .overlay,
#eng-pics .img-wrap:focus .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
  z-index: 9
}

#eng-pics .diamond {
  width: 230px;
  height: 230px;
  position: absolute;
  bottom: -145px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500
}

#eng-pics .ring {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  border: 10px solid #d0d3d4;
  position: absolute;
  left: 34%;
  top: 75%;
  z-index: -1
}

#video-bg {
  height: 300px
}

#video-content {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  position: relative;
  background: rgba(17, 17, 17, 0.5);
  text-align: center
}

#video-content h5 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 10px
}

#video-content p {
  color: #ffffff
}

#map-canvas {
  height: 500px;
  width: 100%
}

#map-content-wrapper {
  position: relative;
  margin-top: -502px;
  margin-bottom: 150px
}

#map-content {
  text-align: center;
  background: #fdfdfd;
  -webkit-transition: opacity 0.5s, visibility 0.6s, margin-top 0.5s;
  transition: opacity 0.5s, visibility 0.6s, margin-top 0.5s
}

#btn-show-content {
  padding: 20px;
  background: #F8F3EA;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: opacity 0.5s, visibility 0.6s, margin-top 0.5s;
  transition: opacity 0.5s, visibility 0.6s, margin-top 0.5s
}

.toggle-map-content {
  opacity: 0;
  visibility: hidden
}

.pointer-events-none {
  pointer-events: none
}

.pointer-events-auto {
  pointer-events: auto
}

/* Efectos de Scroll y Animaciones */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Desfase para diferentes elementos */
.reveal:nth-child(2) {
  transition-delay: 0.1s;
}

.reveal:nth-child(3) {
  transition-delay: 0.2s;
}

.reveal:nth-child(4) {
  transition-delay: 0.3s;
}

/* Scroll personalizado */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* RSVP Section */
.rsvp-section {
  padding: 80px 0;
  background-image: url('../images/patron-de-rosas-con-flores-en-flor.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}


.rsvp-container {
  background: #F8F3EA;
  border-radius: 2rem;
  box-shadow: 0 25px 50px -12px rgba(7, 25, 126, 0.3);
  max-width: 40rem;
  margin: 0 auto;
  padding: 3.5rem;
  width: 90%;
}

.rsvp-form {
  margin-top: 2.5rem;
}

.subtitle {
  color: #6b7280;
  font-size: 1.5rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}

.form-group {
  margin-bottom: 2rem;
  padding: 25px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-size: 1.25rem;
}

.form-input-group {
  position: relative;
}

.form-input-group i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #0B1957;
  font-size: 1.25rem;
  width: 25px;
  text-align: center;
}

.form-control {
  width: 100%;
  padding: 18px 20px 18px 65px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 1.3rem;
  transition: all 0.3s ease;
  height: 60px;
}

.form-control:focus {
  border-color: #0B1957;
  outline: none;
  box-shadow: 0 0 0 2px rgba(11, 25, 87, 0.2);
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.btn-fill {
  display: block;
  width: auto;
  min-width: 240px;
  margin: 2.5rem auto 0;
  padding: 1.2rem 3rem;
  background-color: #0B1957;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: 0 4px 15px rgba(11, 25, 87, 0.3);
}

.btn-fill:hover {
  background-color: #1c2e7a;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(11, 25, 87, 0.4);
}

/* Estilos para la sección de cronograma */
#cronograma {
  position: relative;
}

.cronograma {
  background-image: url('../images/Blue_floral_frame_with_watercolor.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
}

#cronograma .subtitle {
  font-size: 18px;
  color: #888;
  font-style: italic;
}



.timeline {
  position: relative;
  padding: 40px 0;
}

.timeline:before {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #e0e0e0;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.timeline-item {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  clear: both;
}

.timeline-icon {
  width: 80px;
  height: 80px;
  background: #f1c40f;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.timeline-icon i {
  font-size: 32px;
}

.timeline-content {
  width: 45%;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
}

.timeline-item:nth-child(odd) .timeline-content {
  float: left;
  margin-right: 5%;
}

.timeline-item:nth-child(even) .timeline-content {
  float: right;
  margin-left: 5%;
}

.timeline-content h3 {
  margin-top: 0;
  color: #3D4351;
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 600;
}

.timeline-content .time {
  color: #0A2960;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}

.timeline-content p {
  margin-bottom: 0;
  color: #666;
  line-height: 1.4;
  margin-top: 4px;
}

/* Efecto hover */
.timeline-item:hover .timeline-icon {
  transform: scale(1.1);
  background: #e67e22;
}

.timeline-item:hover .timeline-content {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .timeline:before {
    left: 40px;
  }

  .timeline-icon {
    left: 40px;
  }

  .timeline-content {
    width: calc(100% - 90px);
    margin-left: 90px !important;
    float: none !important;
  }

  .timeline-item:nth-child(odd) .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    margin-right: 0;
    margin-left: 90px !important;
  }
}

/* Nuevos estilos para el cronograma */
.timeline-new {
  position: relative;
  padding: 40px 0;
}

.timeline-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.timeline-card {
  width: 48%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
}

.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.timeline-time {
  background-color: #3D4351;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.timeline-time:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #3D4351;
}

.timeline-content {
  padding: 25px;
  text-align: center;
}

.timeline-content h3 {
  color: #3D4351;
  font-size: 22px;
  margin: 0 0 15px 0;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}

.timeline-content h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #f1c40f;
}

.timeline-content p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.timeline-line {
  position: relative;
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.timeline-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #e0e0e0;
}

.timeline-line:after {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #f1c40f;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #f1c40f;
}

/* Estilos responsivos */
@media (max-width: 768px) {
  .timeline-row {
    flex-direction: column;
    align-items: center;
  }

  .timeline-card {
    width: 100%;
    margin-bottom: 10px;
  }

  .timeline-line {
    height: 20px;
  }

  .timeline-line:before {
    left: 50%;
  }
}

/* Estilos para el select personalizado */
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B1957' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}

/* Masonry Gallery */

.masonry{
  padding-top: 50px;
}
.masonry-gallery {
  column-count: 4;
  column-gap: 0.5em;
  margin: 0;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
}

.masonry-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  transition: all 0.2s ease;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.masonry-item:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.masonry-item .img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.masonry-item .img-wrap img {
  width: 100%;
  height: 180px;
  display: block;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.masonry-item .img-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.masonry-item .img-wrap .overlay i {
  color: white;
  font-size: 1.5em;
}

.masonry-item .img-wrap:hover .overlay {
  opacity: 1;
}

.masonry-item .img-wrap:hover img {
  transform: scale(1.03);
}

/* Responsive adjustments */
@media (max-width: 1400px) {
  .masonry-gallery {
    column-count: 4;
    padding: 15px;
  }

  .masonry-item .img-wrap img {
    height: 200px;
  }
}

@media (max-width: 1200px) {
  .masonry-gallery {
    column-count: 3;
    padding: 15px;
  }

  .masonry-item .img-wrap img {
    height: 220px;
  }
}

@media (max-width: 992px) {
  .masonry-gallery {
    column-count: 3;
    padding: 15px;
  }

  .masonry-item .img-wrap img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .masonry-gallery {
    column-count: 2;
    padding: 15px;
  }

  .masonry-item .img-wrap img {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .masonry-gallery {
    column-count: 1;
    padding: 15px;
  }

  .masonry-item .img-wrap img {
    height: 250px;
  }
}

/* Asegurar que las imágenes ocupen todo el ancho disponible */
.masonry-item {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

.masonry-item .img-wrap {
  width: 100%;
  height: 100%;
}

.masonry-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* Asegurar que la sección ocupe todo el ancho */
#eng-pics {
  width: 100%;
  overflow: hidden;}

#eng-pics .container {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

/* Estilos responsivos */
@media (max-width: 768px) {
  .rsvp-section {
    padding: 40px 0;
  }

  .rsvp-container {
    padding: 2.5rem 1.5rem;
    width: 95%;
    margin: 1rem auto;
  }

  .section-title {
    font-size: 3.2rem;
  }

  .subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  .form-group {
    padding: 20px 15px;
  }

  .form-control {
    font-size: 1.1rem;
    padding: 16px 15px 16px 50px;
    height: 55px;
  }

  .btn-fill {
    min-width: 200px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
  }
}

footer .content {
  border-top: 1px solid #E6E9EA;
  padding-bottom: 20px
}

footer .to-top-wrapper {
  font-size: 30px;
  display: block;
  cursor: pointer;
  margin: -25px auto 50px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #E6E9EA;
  background: #F8F3EA
}

footer .to-top-wrapper .to-top {
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

footer .to-top-wrapper .to-top:hover {
  margin-top: -5px
}

footer span.fa-heart {
  color: #ff415c;
  font-size: 18px;
  margin: 0 2px
}

body.modal-open {
  padding-right: 0 !important
}

.modal-body {
  padding: 25px
}

.img-fluid {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

/* Estilos para la sección de cronograma */
#cronograma {
  overflow: hidden;
}

#cronograma h2 {
  font-family: 'Dancing Script', cursive;
  font-size: 48px;
  color: #3D4351;
  margin-bottom: 15px;
}

#cronograma .subtitle {
  font-size: 18px;
  color: #888;
  margin-bottom: 40px;
  display: block;
}

.schedule-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 20px 15px 40px;
}

.timeline-vertical {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e0e0e0;
  transform: translateX(-50%);
  z-index: 1;
}

.schedule-row {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  min-height: 90px;
}

.schedule-event {
  width: 50%;
  padding: 12px 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.schedule-event.left {
  padding-right: 100px;
  text-align: right;
}

.schedule-event.right {
  padding-left: 100px;
  text-align: left;
}

/* Contenido de los eventos */
.event-content {
  background: #fff;
  padding: 12px 15px;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  height: 100%;
  margin: 0;
}

/* Punto de la línea de tiempo */
.timeline-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1327d6;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px #401ffa;
  z-index: 3;
}

.event-time {
  font-size: 18px;
  color: #3D4351;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
}

.event-title {
  font-size: 22px;
  color: #3D4351;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: 'Merriweather', serif;
}

.event-description {
  color: #666;
  line-height: 1.6;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0A2960;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px #0A2960;
  z-index: 3;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
}

/* Estilos responsivos */
@media (max-width: 992px) {
  .schedule-event {
    width: calc(50% - 10px);
  }

  .schedule-event.left {
    padding-right: 30px;
  }

  .schedule-event.right {
    padding-left: 30px;
  }

  .event-title {
    font-size: 20px;
  }

  .event-time {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .schedule-event.left {
    padding-right: 70px;
  }

  .schedule-event.right {
    padding-left: 70px;
  }
}

@media (max-width: 768px) {
  #cronograma {
    padding: 40px 0;
  }

  #cronograma h2 {
    font-size: 36px;
  }

  #cronograma .subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .schedule-container {
    padding: 0 15px 30px;
  }

  .schedule-row {
    flex-direction: column;
    margin-bottom: 30px;
    min-height: auto;
  }

  .schedule-event {
    width: 100% !important;
    padding: 15px 15px 15px 40px !important;
    text-align: left !important;
  }

  .schedule-event.left,
  .schedule-event.right {
    padding: 15px 15px 15px 40px !important;
    text-align: left !important;
  }

  .schedule-event.empty {
    display: none;
  }

  .timeline-vertical {
    left: 20px;
    top: 0;
    bottom: 0;
  }

  .timeline-dot {
    left: 20px;
    top: 30px;
    transform: none;
    width: 16px;
    height: 16px;
    border-width: 3px;
  }

  .event-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .event-time {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .event-description {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  #cronograma h2 {
    font-size: 32px;
  }

  .schedule-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .schedule-row {
    padding-left: 25px;
  }

  .schedule-event {
    padding: 15px 10px 15px 35px !important;
  }

  .timeline-vertical {
    left: 12px;
  }

  .timeline-dot {
    left: 12px;
    width: 14px;
    height: 14px;
    border-width: 2px;
  }

  .event-content {
    padding: 15px;
  }

  .event-title {
    font-size: 18px !important;
    margin-bottom: 5px !important;
  }

  .event-time {
    font-size: 15px !important;
    margin-bottom: 8px !important;
  }

  .event-description {
    font-size: 14px !important;
    line-height: 1.5;
  }
}
.map{
    background-color: #F5FAFD;
}
    

.QR{
    background-color: #F5FAFD;
    padding-top: 40px;
    width: 100%;
}

.presence{
    background-color: #F5FAFD;
}

/* RSVP Button Styles */
.rsvp-button-container {
    margin: 60px 0 30px;
    text-align: center;
    width: 100%;
    animation: fadeInUp 1s ease-out;
}

.rsvp-button {
    display: inline-block;
    padding: 16px 50px;
    background: linear-gradient(135deg, #d4b062 0%, #c19b4e 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(193, 155, 78, 0.3);
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.rsvp-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(193, 155, 78, 0.4);
    background: linear-gradient(135deg, #e0bd71 0%, #c9a357 100%);
}

.rsvp-button:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(193, 155, 78, 0.3);
}

.rsvp-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%, -50%);
    transform-origin: 50% 50%;
}

.rsvp-button:focus:not(:active)::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(100, 100);
        opacity: 0;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Google Calendar Button */
.google-calendar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000 !important;
    padding: 10px 22px;
    background: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #DADCE0;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
}

.google-calendar-btn i {
    margin-right: 8px;
    font-size: 16px;
    color: #000000 !important;
}

.google-calendar-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    background: #f8f9fa;
    color: #3c4043;
    border-color: #c6c9cf;
}

.google-calendar-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .rsvp-button {
        padding: 14px 40px;
        font-size: 16px;
    }
    
    .rsvp-button-container {
        margin: 40px 0 20px;
    }
}
