/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root
{
  --color_primary: #37baee;
  --color_blue-med:#1692e6;
  --color_secondary: #f6f8f9;
  --color-secondary-light:#8b8a8a;
  --color-secondary-gray:#727374;
  --color-secondary-beige:#CDC2A5;
  --color-secordary-beige-light: #ebe7c5;
}

/* Colors*/
.col-primary{color: var(--color_primary)!important;} 
.col_blue-med{color: var(--color_blue-med) !important;}
.col_secondary{color: var(--color_secondary);} 
.col-text{color: var(--color-secondary-gray) !important;} 
.col-beige{color: var(--color-secondary-beige) !important;} 
.col-slight{color: var(--color-secondary-light);}



.bg-primary{background-color: var(--color_primary);} .bg_secondary{background-color: var(--color_secondary);} .bg-beigel{background-color: var(--color-secordary-beige-light) !important;}

.bg-gradient{background-color: linear-gradient(180deg,rgba(10, 60, 99, 1) 9%, rgba(83, 193, 237, 1) 100%);}

/*Fuentes*/

@font-face {
	font-family: 'claire';
	src: url('../css/icons/fonts-down/ClaireAmoreth-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'miracle';
	src: url('../css/icons/fonts-down/Miracle\ Personal\ use.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Choco-Regular';
	src: url('../css/icons/fonts-down/TT\ Chocolates\ Trial\ Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

.b-cir{border-radius: 100%; }


/*Textos*/
.titulos{ font-family: 'claire'; font-size: 3.5rem; color: rgb(49, 185, 238);}
.Sub-tittle{font-family: 'miracle'; font-size: 2rem !important; color: #4DA8DA; letter-spacing: 1px!important;}
.text{font-family: 'Choco-regular'!important; font-size: 2.5rem!important;}
.text-sub2{ font-family: 'claire'; font-size: 2.0rem; color: var(--color-secondary-gray)}
.num-text{font-family: 'miracle'!important; font-size: 2rem!important; color: #85751f !important; text-transform: uppercase;}

/**/
.p-0{padding: 0 !important;}
.p-4{padding: 4rem;}
.py-3{padding-right: 3rem; padding-left: 3rem;}
.px-3{padding-top: 3rem; padding-bottom: 3rem;}
.mb-3{margin-bottom: 4rem !important;}
.spacio{letter-spacing: 2px;}


.navbar-brand {
    font-weight: bold;
    letter-spacing: 1px;
}


.hero-invitacion {
    position: relative;
    height: 100vh;
    background: url('../images/hero.jpeg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  /* Imagen de brillos */
  .brillos-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: soft-light;
  opacity: 100;
	z-index: 2;
	pointer-events: none;
  }

  .itinerario {
    position: relative; /* importante */
    overflow: hidden;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    text-align: center;
  }
  
  .itinerario-card {
    max-width: 380px;
  }
  
  .itinerario-titulo {
    font-size: 1.4rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: 'Choco-Regular';
  }
  
  .itinerario-hora {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'miracle';
  }
  
  .itinerario-lugar {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: var(--color-secondary-gray);
  }
  
  /* Botón */
  .btn-mapa {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 30px;
    background: rgba(152, 222, 235, 0.85);
    color: #000;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Choco-Regular';
  }
  
  .btn-mapa:hover {
    background: #e8d9f0;
    transform: translateY(-2px);
  }
  .ornamento {
    position: absolute;
    top: 50%;
    width: 120px;
    opacity: 0.50;
    transform: translateY(-50%);
    pointer-events: none;
  }
  
  .ornamento-izq {
    left: 50px;
  }
  
  .ornamento-der {
    right: 50px;
  }

  .confirmacion {
    padding: 90px 20px;
    text-align: center;
  }
  
  .confirmacion-titulo {
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-family: 'Choco-regular';
  }
  
  .confirmacion-texto {
    font-size: 0.95rem;
    max-width: 420px;
    margin: 0 auto 30px;
    line-height: 1.6;
    
  }
  
  /* Botón WhatsApp */
  .btn-whatsapp {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 40px;
    background: var(--color_blue-med);
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .btn-whatsapp:hover {
    background: var(--color_primary);
    transform: translateY(-3px);
  }


  
  /* Mobile */
  @media (max-width: 768px) {
    .confirmacion {
      padding: 70px 15px;
    }
  
    .confirmacion-titulo {
      font-size: 1.6rem;
    }
  }
  @media (max-width: 480px) {
  .madrescode {
    height: 28vh;
  }
}

  
  /* Mobile */
  @media (max-width: 768px) {
    .ornamento {
      opacity: 0.50;
    }
  
    .ornamento-izq {
      left: 5px;
      bottom: -40px;
    }
  
    .ornamento-der {
      right: 5px;
      bottom: -40px;
    }
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .itinerario {
      padding: 60px 15px;
    }
  
    .itinerario-hora {
      font-size: 1.8rem;
    }
  }
  
  
  /* Oscurece la imagen para que el texto resalte */
  .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(66, 66, 66, 0.226) 26%,rgba(54, 143, 216, 0.781) 100%);
    z-index: 1;
  }
  
  /* Contenido */
  .hero-content {
    position: relative;
    z-index: 3;
    padding: 20px;
  }
  
  .hero-med {
    letter-spacing: 4px;
    font-size: 1.2rem;
    margin-bottom: 10px;
	text-shadow: 1px 4px 7px rgba(0,0,0,0.8);
  }
  
  /* Nombre principal */
  .hero-title {
    font-family: 'claire';
    font-size: 8rem;
    font-weight: 530;
	text-shadow: 1px 4px 7px rgba(0,0,0,0.6);
  }
  

  
  /* Fecha */
  .hero-date {
    margin: 20px auto;
    padding: 8px 20px;
    border-top: 1px solid rgba(255,255,255,.6);
    border-bottom: 1px solid rgba(255,255,255,.6);
    display: inline-block;
    letter-spacing: 3px;
    font-size: 0.9rem;
	text-shadow: 1px 4px 7px rgba(0, 0, 0, 0.699);
  }
  
  /* Botón Play */
  .hero-play {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    animation: pulse 2s infinite;
    
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    z-index: 3;
    transition: all .3s ease;
  }
  
  .hero-play.playing {
    animation: none;
  }

  .hero-play:hover {
    background: #fff;
    color: #000;
  }
  
  /*divisor*/
  .shape-divider-fill {
    fill: var(--color_secondary)!important;
    transform-origin: center;
    transform: rotateY(0deg);
}
.escena-xv {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}


/* Pasteles */
.pastel {
  position: absolute;
  
  pointer-events: none;
}

.pastel-back {
  transform: translateX(-50%);
  left: 50%;
  z-index: 2;
  bottom: -120px;
}

.pastel-front {
  transform: translateX(-10%);
  right: 70%;
  z-index: 4;
  top: -120px;
}
.dress-item img {
  max-width: 65%;     /* 👈 CONTROLA el tamaño real */
  height: auto;
}
@media (max-width: 576px) {
  .dress-item img {
    max-width: 55%;
  }
}
.confirmacion {
  position: relative;
  overflow: hidden;
  padding-top: 140px; /* espacio para la flor */
}

.confirmacion::before {
  content: "";
  position: absolute;
  top: 20px;                 /* ahora VA DENTRO */
  left: 50%;
  transform: translateX(-50%);
  width: 110px;              /* 🔑 mucho más chica */
  height: 110px;
  background: url('../images/flor.png') no-repeat center / contain;
  opacity: 0.55;
  z-index: 1;
  pointer-events: none;
}

/* Contenido encima */
.confirmacion > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 576px) {
  .confirmacion {
    padding-top: 110px;
  }

  .confirmacion::before {
    width: 80px;
    height: 80px;
    top: 15px;
    opacity: 0.5;
  }
}
.confirmacion::before {
  transform: translateX(-50%) rotate(-5deg);
}



/* Responsive */
@media (max-width: 768px) {
  .escena-xv {
    height: 65vh;
  }
}


  @media (max-width: 576px) {
    .hero-title {
      font-size: 4.5rem;
    }
    .Sub-tittle{font-size: 1.5rem !important;}
  
    .hero-play {
        animation: pulse 2s infinite;
      }
      
      @keyframes pulse {
        0% { transform: translate(-50%, -50%) scale(1); }
        50% { transform: translate(-50%, -50%) scale(1.1); }
        100% { transform: translate(-50%, -50%) scale(1); }
      }
      
  }
 
  
  
  
  
  