 
 /* colores
 
 fondo nude: #829281
 fondo gris:  #f8f8f8
 boton musica y pases:  #888
 titulos:    #98754d
 botones:    #a18963   
 
 =========== */
 
 
 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Montserrat', sans-serif;
            color: #333;
            line-height: 1.6;
            background-color: #f9f9f9;
        }
        
        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0;
            background-color: #fff;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        }
        
        section {
            padding: 40px 20px;
            text-align: center;
            border-bottom: 1px solid #eee;
        }
        
        h1, h2, h3 {
            font-family: 'Great Vibes', cursive;
            margin-bottom: 20px;
            color: #333;
        }
        
        h1 {
            font-size: 3rem;
        }
        
        h2 {
            font-size: 2.5rem;
        }
        
        h3 {
            font-size: 2rem;
        }
        
        p {
            margin-bottom: 20px;
            font-size: 1.1rem;
        }
		
		
		.btn {
             display: inline-block;
            padding: 12px 30px;
            background-color: none;
            color: #333;
            text-decoration: none;
            border-radius: 30px;
            transition: all 0.3s ease;
            font-size: 16px;
            border: 0.125em solid #333;
            cursor: pointer;
            margin: 10px 0;
        }
		
        
        .btn2 {
             display: inline-block;
            padding: 12px 30px;
            background-color: none;
            color: #fff;
            text-decoration: none;
            border-radius: 30px;
            transition: all 0.3s ease;
            font-size: 16px;
            border: 0.125em solid #fff;
            cursor: pointer;
            margin: 10px 0;
        }
        
        .btn:hover {
            background-color: #555;
            transform: translateY(-2px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }
        
        /* Header */
        .header {
            position: relative;
            height: 100vh;
            max-height: 700px;
            background-color: #f0f0f0;
            padding: 0;
            overflow: hidden;
            border-bottom: none;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        .header-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
        }
        
        .header-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.3);
            z-index: 2;
        }
        
        .couple-names {
            position: relative;
            z-index: 3;
            padding-top: 60px;
            color: #fff;
        }
        
        .couple-names h1 {
            font-size: 4rem;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
            margin-bottom: 20px;
            color: #fff;
        }
        
        /* Countdown Timer */
        .countdown {
            position: relative;
            z-index: 3;
            padding-bottom: 40px;
            color: #333;
        }
		
		 .countdown h3 {
          
            color: #333;
        }
        
        .countdown-container {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        
        .countdown-item {
            margin: 0 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .countdown-value {
            font-size: 2.5rem;
            font-weight: bold;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 5px;
            padding: 10px;
            min-width: 70px;
            text-align: center;
            margin-bottom: 10px;
        }
        
        .countdown-label {
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        
        /* Announcement Section with Corner Decorations */
        .announcement {
              background-image:   url(./textura8.jpg);
			background-size:     cover;                       
			background-repeat:   no-repeat;
			background-position: center center; 
            position: relative;
            overflow: hidden;
        }
		
		.announcement h2 {
		
		   color: #98754d;
           
	  
        }
		
        
        .announcement p {
            font-size: 1.2rem;
            line-height: 1.8;
            max-width: 700px;
            margin: 0 auto 20px;
            position: relative;
            z-index: 2;
        }
        
        .date {
            font-family: 'Playfair Display', serif;
            font-size: 1.6rem;
            font-weight: 600;
            margin: 25px 0;
            position: relative;
            z-index: 2;
			color: #98754d;
        }
        
        .corner-decoration {
            position: absolute;
            width: 120px;
            height: 120px;
            opacity: 0.15;
            z-index: 1;
			
        }
        
        .top-left {
            top: 0;
            left: 0;
            
        }
        
        .top-right {
            top: 0;
            right: 0;
          
        }
        
        .bottom-left {
            bottom: 0;
            left: 0;
             
        }
        
        .bottom-right {
            bottom: 0;
            right: 0;
          
        }
		
		
		.vestir 
            width: 20px;
            height: 20px;
          
        }
		
        
        .announcement h2, .announcement .divider, .announcement .ornament {
            position: relative;
            z-index: 2;
        }
        
        /* SVG Decorations */
        .floral-corner {
            position: absolute;
            width: 180px;
            height: 200px;
            fill: #333;
 
            z-index: 1;
        }
        
        /* Music Section */
        .music {
            background-color: #b09f9f;
            padding: 50px 20px;
			
			position: relative;
            overflow: hidden;
			
        }
		
		.music h2 {
            color: #fff;
        }
		
        
        .music-player {
            max-width: 400px;
            margin: 0 auto;
        }
        
        /* Family Section */
        .family {
            background-color: #f8f8f8;
            padding: 60px 20px;
			position: relative;
            z-index: 2;
			
			 
        }
		
		.family h2 {
            color: #98754d;
        }
		
        
        .family-group {
            margin-bottom: 40px;
        }
        
        .family-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.2rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 15px;
            color: #888;
        }
		
		
		 .family-titleps {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.2rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 15px;
            color: #fff;
        }
        
        .family-names {
            font-family: 'Playfair Display', serif;
            font-size: 1.4rem;
            margin-bottom: 5px;
        }
		
		
		.family-namesps {
            font-family: 'Playfair Display', serif;
            font-size: 1.4rem;
            margin-bottom: 5px;
			color: #fff;
        }
		
		
		  /* pases Section */
        .pases {
            background-color: #b09f9f;
            padding: 60px 20px;
        }
		
		.pases h2 {
            color: #98754d;
        }
		
        
        .pases-group {
            margin-bottom: 40px;
        }
        
        .pases-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.2rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 15px;
            color: #888;
        }
        
        .pases-names {
            font-family: 'Playfair Display', serif;
            font-size: 1.4rem;
            margin-bottom: 5px;
        }
		
		
        
        /* Venue Section */
        .venue {
            background-color: #fff;
            padding: 60px 20px;
			 position: relative;
            overflow: hidden;
        }
		
		
		.venue h2 {
            color: #98754d;
        }
        
        .venue-details {
            margin-bottom: 30px;
        }
        
        .venue-name {
            font-family: 'Playfair Display', serif;
            font-size: 1.8rem;
            font-weight: 500;
            margin-bottom: 10px;
        }
        
        .venue-address {
            font-size: 1.1rem;
            margin-bottom: 20px;
        }
        
        .venue-time {
            font-size: 1.2rem;
            font-weight: 500;
            margin-bottom: 30px;
        }
        
        /* Gifts Section */
        .gifts {
            background-color: #f8f8f8;
            padding: 60px 20px;
        }
        
        .gift-options {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }
        
        .gift-option {
            background-color: #fff;
            border-radius: 10px;
            padding: 25px;
            width: 250px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }
        
        .gift-option:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }
        
        .gift-icon {
            font-size: 2rem;
            margin-bottom: 15px;
            color: #98754d;
        }
        
        .gift-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.1rem;
            font-weight: 500;
            margin-bottom: 10px;
        }
        
        /* Dress Code Section */
        .dress-code {
             background-image:   url(./textura10.jpg);
			background-size:     cover;                       
			background-repeat:   no-repeat;
			background-position: center center; 
			
			position: relative;
            z-index: 2;
        }
		
		
		.dress-code h2 {
            color: #80786c;
        }
        
        .dress-code-options {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 40px;
            margin-top: 30px;
        }
        
        .dress-option {
            width: 200px;
        }
        
        .dress-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
            color: #80786c;
        }
        
        .dress-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.1rem;
            font-weight: 500;
            margin-bottom: 10px;
        }
        
        .dress-description {
            font-size: 1.1rem;
            color: #666;
        }
        
        /* RSVP Section */
        .rsvp {
            background-color: #f8f8f8;
            padding: 60px 20px;
			
			
			position: relative;
            z-index: 2;
        }
		
		.rsvp h2 {
            color: #80786c;
        }
        
        .rsvp-form {
            max-width: 500px;
            margin: 0 auto;
            background-color: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .form-group {
            margin-bottom: 20px;
            text-align: left;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #555;
            font-size: 0.9rem;
        }
        
        .form-control {
            width: 100%;
            padding: 12px 15px;
            font-size: 1rem;
            border: 1px solid #ddd;
            border-radius: 5px;
            transition: border-color 0.3s ease;
        }
        
        .form-control:focus {
            outline: none;
            border-color: #999;
        }
        
        .radio-group {
            display: flex;
            gap: 20px;
            margin-top: 10px;
        }
        
        .radio-option {
            display: flex;
            align-items: center;
        }
        
        .radio-option input {
            margin-right: 8px;
        }
        
        .submit-btn {
            background-color: #b09f9f;
            color: #fff;
            width: 100%;
            padding: 12px;
            border: none;
            border-radius: 5px;
            font-size: 1rem;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .submit-btn:hover {
            background-color: #555;
        }
        
        /* Accommodation Section */
        .accommodation {
             background-image:   url(./textura8.jpg);
			background-size:     cover;                       
			background-repeat:   no-repeat;
			background-position: center center; 
        }
		
		
		
		.accommodation h2 {
		
		   color: #98754d;
           
	  
        }
        
        .hotel-options {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin-top: 30px;
        }
		
		
		
		
		.cardif {
					
					
						  background-color:   #b09f9f;
		 
			
			
			width: 330px;
			height: 450px;

			border-radius: 40px 0 40px 0;
 
			position: relative;
				overflow: hidden;
 
				margin-left: auto;
				margin-right: auto;
  
		}
		
		
		.cargif {
					
					
						 background-color:   #b09f9f;
	
		 
			
			
			width: 330px;
			height: 450px;

			border-radius: 40px 0 40px 0;
 
			position: relative;
				overflow: hidden;
 
				margin-left: auto;
				margin-right: auto;
  
		}



        
        .hotel {
            
			  background-image:   url(./textura9.jpg);
			background-size:     cover;                       
			background-repeat:   no-repeat;
			background-position: center center; 
			
			
            border-radius: 10px;
            padding: 30px;
            width: 300px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }
        
        .hotel:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }
        
        .hotel-name {
            font-family: 'Playfair Display', serif;
            font-size: 1.4rem;
            margin-bottom: 10px;
			color: #fff;
        }
        
        .hotel-description {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 15px;
        }
        
        .divider {
            width: 150px;
            height: 1px;
            background-color: #98754d;
            margin: 30px auto;
        }
		
		 .dividerps {
            width: 150px;
            height: 1px;
            background-color: #fff;
            margin: 30px auto;
        }
        
        .ornament {
            display: inline-block;
            margin: 0 auto 30px;
            font-size: 2rem;
            color: #ddd;
        }
        
        .heart-icon {
            color: #fff;
            margin: 0 10px;
        }
        
        footer {
            text-align: center;
            padding: 40px 20px;
            background-color: #b09f9f;
            color: #fff;
            font-size: 0.9rem;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            h1 {
                font-size: 2.5rem;
            }
            
            h2 {
                font-size: 2rem;
            }
            
            h3 {
                font-size: 1.7rem;
            }
            
            .couple-names h1 {
                font-size: 3rem;
            }
            
            .countdown-value {
                font-size: 1.8rem;
                min-width: 60px;
                padding: 8px;
            }
            
            .countdown-label {
                font-size: 0.7rem;
            }
            
            .gift-options, .dress-code-options, .hotel-options {
                flex-direction: column;
                align-items: center;
            }
            
            .gift-option, .hotel {
                width: 100%;
                max-width: 300px;
            }
            
            .corner-decoration {
                width: 80px;
                height: 80px;
            }
            
            .floral-corner {
                width: 140px;
                height: 150px;
            }
        }
        
        @media (max-width: 480px) {
            section {
                padding: 30px 15px;
            }
            
            .couple-names h1 {
                font-size: 2.5rem;
            }
            
            .countdown-item {
                margin: 0 8px;
            }
            
            .countdown-value {
                font-size: 1.5rem;
                min-width: 50px;
                padding: 6px;
            }
            
            .date {
                font-size: 1.6rem;
            }
            
            .rsvp-form {
                padding: 20px;
            }
            
            .corner-decoration {
                width: 60px;
                height: 60px;
            }
            
            .floral-corner {
                width: 110px;
                height: 120px;
            }
        }
		
		
		
/* Accommodations Section - Card Flip */
        .hotelessug {
            padding: 0; /* Remove padding for the flip card */
            background: none;
            box-shadow: none;
            margin: 60px auto;
            max-width: 500px;
            height: 400px; /* Fixed height for the flip card */
        }
        
        .flip-card {
            perspective: 1000px;
            width: 100%;
            height: 100%; /* Take full height of parent */
            cursor: pointer; /* Add cursor pointer to indicate it's clickable */
        }
        
        .flip-card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.8s;
            transform-style: preserve-3d;
        }
        
        .flip-card.flipped .flip-card-inner {
            transform: rotateY(180deg);
        }
        
        .flip-card-front, .flip-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border-radius: 8px;
            overflow: hidden;
        }
        
        .flip-card-front {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('./hotes_card2.jpg') center/cover no-repeat;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
		
		
		 .flip-card-front h2 {
		      
			  
			  color: white;
             font-size: 3.2rem;
			 
        }
		
		 .flip-card-front p {
             font-size: 2.0rem;
			 
        }
		
		.redon {
		
		  border: 4px solid #fff;
		  border-radius: 8px;
		  padding: 13px;
		  inline-size: min-content;
		
		}
		
	 
        
        .flip-card-back {
            background-color: #e0e0e0;
            color: #000;
            transform: rotateY(180deg);
            padding: 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .hotel-option {
            margin-bottom: 30px;
        }
        
        .hotel-option h4 {
            font-family: 'Playfair Display', serif;
            font-size: 1.2rem;
            margin-bottom: 10px;
        }
 
 
 
 
 
 .flex_a {
   display: flex;
  justify-content: center;
  align-items: center;
}



#playa,
#pausea {
	   display: flex;
  justify-content: center;
  align-items: center;
	 
}
#playa:hover,
#pausea:hover {
	cursor: pointer;
}
#pausea {
	display: none;
}

.play-img {
  position: relative;
  top: -20px;
  height: 300px;
  display: flex;
  justify-content: center;
}


.img-fluid {
  max-width: 100%;
  height: auto;

}



.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.text-center {
  text-align: center !important;
}


.p-0 {
  padding: 0rem !important;
}


.mb-5 {
  margin-bottom: 0rem !important;
}

.pb-5 {
  padding-bottom: 0rem !important;
}

/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 2s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}




@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




.calendar-photo {
            width: 90%;
            max-width: 400px;
            height: auto;
   
            margin: 20px 0;
        }