body {

    margin: 0;
    padding: 0;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  -webkit-transition-property: all;
        transition-property: all;
  -webkit-transition-duration: .6s;
        transition-duration: .6s;
  -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        

}
* {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  padding: 0;
    margin: 0;
 }


/*large screen*/
#large-screen-message {
  display: none;
  text-align: center;
  font-size: 1.5em;
}
#site-content {
  display: block;
}
#large-screen-message .header {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, #BC3A5E 0%, #EB7EAD 100%);
  color:white;
}
#large-screen-message .logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}
#large-screen-message .inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
#large-screen-message .inner-header  h1{
  position: relative;
  top: 20%;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
#large-screen-message .waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}
#large-screen-message .content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}



/*large screen*/
.mouse_scroll {
    position: fixed;
    right: 20px; 
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.m_scroll_arrows{
  display: block;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg); 
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);
  border-right: 2px solid #BC3A5E;
  border-bottom: 2px solid #BC3A5E;
  margin: 0 0 3px 4px;
  width: 10px;
  height: 10px;
}
.unu{
  margin-top: 1px;
}
.unu, .doi, .trei{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}
.unu{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: alternate;
}
.doi{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  animation-delay: .2s;
  animation-direction: alternate;
  margin-top: -6px;
}
.trei{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  animation-delay: .3s;
  animation-direction: alternate;
  margin-top: -6px;
}
.mouse {
  height: 32px;
  width: 20px;
  border-radius: 14px;
  transform: none;
  border: 2px solid #BC3A5E;
  top: 170px;
}
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #BC3A5E;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #BC3A5E;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

/*----------------------------------*/

.contenedor-portada{
    position: relative;
    width: 100%;
    height: calc(100vh - 20px);
    max-height: calc(100vh - 20px);
    background: url("https://lum-studio.com/wp-content/uploads/2024/11/Fotografia-a-quinceaneras-en-barranquilla-1.jpg");
    background-size:cover;
    background-position: center;
    background-repeat: repeat;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    flex-direction: column;
 }
 .logo-año{
  gap: -10px;
    position: absolute;
    display: flex;
    flex-direction: column;
    color: #fff;
    top: 5px;
    align-items: center;
    text-align: center;
    left: 1%;
    border-radius: 36px;  
  background: #eb7ead3b;
     border-bottom-left-radius: 5vh;
    border-bottom-right-radius: 5vh;
    border-top-left-radius: 5vh;
    border-top-right-radius: 5vh;

 }
 .logo-año h1{
  font-family: Ramaraja;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 5px;
  position: relative;
  background-color: #136a6600;
  height: 45px;
  padding: 2px 2px;
 }
.titulo-sub{
    position: relative;
    width: 100%;
    top: 40%;
    bottom: 50%; 
  }
.titulo-sub .titulo1 h1{
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(21, 6, 56, 0.65);
    font-family: Birthstone;
    font-size: 150px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    bottom: -80px;
    position: relative;
  }
  .titulo-sub .titulo2 h1{
    color: #FFF;
text-shadow: 0px 4px 4px rgba(21, 6, 56, 0.65);
font-family: 'Birthstone';
font-size: 70px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
position: relative;
top: -30px;
  }
  .titulo-sub .titulo2{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 2vh;
    text-align: center;
    justify-content: center;
    align-items: center;
     z-index: 5;
     top: 10px;
  }
  .titulo-sub .titulo2 h2{
 color: #FFF;
text-shadow: 0px 4px 4px rgba(21, 6, 56, 0.65);
font-family: Ramaraja;
font-size: 100px;
font-style: normal;
font-weight: 400;
line-height: normal;
    -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
 z-index: 5;
  position: relative; 
    top: -15px;
  }
.titulo-sub .linea{
    width: 100%;
    position: relative;
  top: 20.5%;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 2;
  height: 24px;
  margin: 0 auto;
  border-radius: 0px 25px 25px 0px;
opacity: 0.5;
background: #EB7EAD;
}


  
/*CONTENEDOR introduccion */
.introduccion{
  position: relative;
  width: 100%;
  height: 1000px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
}
#a{
  position: relative;
  height: 450px;
}
#a .quote-icon-bg {
    height: auto;
    color: #BC3A5E; 
    font-size: 50px; 
    padding: 2px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin: 10px auto; 
}
#a .quote-icon-bgs {
    height: auto;
    color: #BC3A5E; 
    font-size: 50px; 
    padding: 2px; 
    display: flex; 
    justify-content: center;
    align-items: center; 
    margin: 10px auto; 
}
#a p{     
   color: #161616;
text-align: center;
font-family: "Playfair Display", serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
    width: 80%;
    margin: 0 auto;
}
.introduccion .text{
    text-align: center;
    height: auto;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: -20px;

}
.introduccion .text .separator-line2{
  width: 70%;
  position: relative;
  background: #EB7EAD;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 1px;
  margin: 0 auto;
  bottom: 10px;
  top: -10px;
  }
.introduccion .text h3{
  width: 70%;
color: #161616;
text-align: center;
font-family: "Playfair Display";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin: 0 auto;
position: relative;
}
.introduccion .titulo-icon{
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.introduccion .titulo3 h1{
color: #EB7EAD;
text-align: center;
font-family: Carattere;
font-size: 65px;
font-style: normal;
font-weight: 400;
line-height: normal;
left: -40px;
position: relative;
}
.introduccion .titulo3 h2{
color: #EB7EAD;
text-align: center;
font-family: Carattere;
font-size: 65px;
font-style: normal;
font-weight: 400;
line-height: normal;
left: 40px;
position: relative;
}
.introduccion .icon{
  text-align: center;
align-items: center;
position: relative;
justify-content: center;
display: flex;
flex-direction: column;
height: 100px;

}
.introduccion .icon h3{
  color: #161616;
text-align: center;
font-family: "Playfair Display";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.introduccion::before{
   content: '';
  position: absolute;
  top: 840px;
  left: -12%;
  width: 183px;
  height: 183px;
  background: url("../media/introbefo.png") no-repeat;
  aspect-ratio: 1/1;
  background-size: cover;
  z-index: -1;
  animation: fadeInLeft 7s ease-in-out infinite;
}
.introduccion::after {
  content: '';
  position: absolute;
  top: 670px;
  right: -12%;
  width: 185px;
height: 285px;
background: url("../media/infoaf.png") ;
aspect-ratio: 1/1;
background-size: cover;
  z-index: -1;
  animation: fadeInRight 7s ease-in-out forwards infinite;
}
.introduccion .titulo-icon .icon img{
  height: 50px;
  width: 60px;
  top: -5px;
  position: relative;
  left: 1%;
  margin: 0 auto;
}
.introduccion img{
  position: absolute;
  width: 373.947px;
  height: 309.27px;
  flex-shrink: 0;
  aspect-ratio: 273.95/169.27;
  top: 30%;
  float: left;
  left: -25%;

}
.introduccion2 img{
  position: absolute;
  width: 273.947px;
  height: 209.27px;
  flex-shrink: 0;
  aspect-ratio: 273.95/169.27;
  top: 40%;
  float: left;
  left: -25%;

}

.fotodiv {
  position: relative;
text-align: center;
width: 100%;
height: 300px;
max-height: 354px;
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia36dyBjheh_RQbbiJZeyhvEa3_lbZdr0JnTB0e3f4yjkY0eb2LoK-RyqzDrFg9pc2IfWHXFz3KXd3blKyoI2SaY01RPK-5wb4fQ_1YICT5gean8UaNJDJs8kzBz-xi0TC8_xc3NPMMv-B/s900/houston-texas-fotografo-quinceaneras-gallery-juan-huerta-photography-video-prices-packagesACo_QP_058.jpg");
background-size: cover;
background-position: center center;
}



.franja{
  position: relative;
  background: #a72d2d00;
  height: 138px;
  overflow: hidden;
  justify-content: center;
  text-align: center;
  z-index: -5;
}
.franja h2{
  margin-top: 20px;
 color: #BC3A5E;
text-align: center;
font-family: Carattere;
font-size: 65px;
font-style: normal;
font-weight: 400;
z-index: 55;
line-height: normal;
}
.franja p{
  margin-top: 20px;
  color: #161616;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* Marco decorativo con imágenes de flores */
.fecha::before{
   content: '';
  position: absolute;
  top: -5px;
  left: -3%;
  width: 94px;
  height: 84px;
  background: url("../media/franjaizqui.png") no-repeat;
  aspect-ratio: 1/1;
  background-size: contain;
  z-index: 10;
  animation: fadeInLeft 7s ease-in-out infinite;
}
.fecha::after {
  content: '';
  position: absolute;
  top: -14px;
  right: -10%;
  width: 94px;
height: 104px;
background: url("../media/infoaaf.png") no-repeat ;
aspect-ratio: 1/1;
background-size: cover;
  z-index: 7;
  animation: fadeInRight 7s ease-in-out forwards infinite;
}
.fecha{
  top: 40px;
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #ffffff00;
  z-index: 3;
}
.fecha .titulofecha{
  color: #fff;
text-align: center;
font-family: "Playfair Display";
font-size: 18px;
font-style: italic;
font-weight: 600;
line-height: normal;
background-color:#EB7EAD ;
width: 50%;
margin: 0 auto;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
position: relative;
}
.fecha .calendar {
    height: auto;
    margin: 0% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    overflow: hidden;
    gap: 10px;
    z-index: 3;
    top: 20px;
    position: relative;
  }
.calendar .dia{
    text-align: center;
    padding: 0;
}
.calendar .numero{
    position: relative; 
    top: 0px;
    display: flex;
    flex-direction: row;
}

.numero h1 {
 color: #EB7EAD;
text-align: center;
font-family: "Playfair Display";
font-size: 55px;
font-style: normal;
font-weight: 600;
line-height: normal;

}



.reloj {
  width: 100%;
  overflow: hidden;
    height: 550px;
    z-index: 5;
    background: #EAB4CB;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    max-height: 400px;
    top: 30px;
  }
  .reloj-titulo {
   color: var(--Shade-1, #FFF);
font-family: "Playfair Display";
font-size: 25.88px;
font-style: normal;
font-weight: 400;
line-height: normal;
 margin-top: 5px;
    margin-bottom: -10px;
    position: relative;
    text-shadow: #75253c8c 1px 1px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    justify-content: center;
    align-items: center;
    position: relative;
  }
    .reloj-titulo2 {
   color: var(--Shade-1, #FFF);
font-family: "Playfair Display";
font-size: 25.88px;
font-style: normal;
font-weight: 400;
line-height: normal;
 margin-top: -5px;
    margin-bottom: 10px;
    position: relative;
    text-shadow: #75253c8c 1px 1px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .reloj .hp-countdown {
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 20px 20px;
    border-radius: 29px;
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  color: var(--Invitacion4-Principal, #BC3A5E);
text-align: center;
font-family: "Playfair Display";
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
  gap: 1vh;
  }
  .reloj .cd--numbers {
    color: var(--Shade-1, #FFF);
text-align: center;
font-family: "Playfair Display";
font-size: 45.72px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-shadow: #491725 1px 1px;

}
.relojito img{
  width: 150px;
  height: 150px;
  position: relative;
  display: block;
  margin: 0 auto;
  top: 10px;
}

.infor{
    margin: 0;
  padding: 0; 
  width: 100%;
  background-color: #ffffff;
  align-items: center;
  height: 850px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.infor .plans-container{
  top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
  border-radius: 1.7rem;
  height: 760px;
  z-index: 3;
  position: relative; 
  overflow: hidden;
  text-align: center;
  
}
.icon-outer1{
  top: 8px;
  position: absolute;
  width: 97px;
height: 97px;
flex-shrink: 0;
display: flex;
left: 50%;
z-index: 4;
  transform: translateX(-50%);
justify-content: center;
filter: drop-shadow(3px 2px 4px rgba(0, 0, 0, 0.25));
}
.icon1{
  position: absolute;
  height:97px;
  width: 97px;
  background-color:  #EB7EAD;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  
}
.infor .titulo{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 25px;
  width: 365px;
  height: 70px;
  flex-shrink: 0;
  width: 90%;
  margin: 0 auto;
  border-top: 0;
  bottom: -10px;
  z-index: 5;
  background: var(--Invitacion3-Crimson, #EB7EAD);
  box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.infor .titulo h1{
  color: #F8F8F5;
font-family: "Cormorant Garamond";
font-size: 43px;
font-style: italic;
font-weight: 600;
line-height: normal;
}
.infor .container2{
display: flex;
width: 90%;
top: -50px;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 520px;
border-radius: 11px;
background: #F8F6FE;
box-shadow: 0px 3px 1.2px 1px #EB7EAD;
}

.infor .container2 h1{
color: var(--Invitacion3-Crimson, #BC3A5E);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 40px;
font-style: italic;
font-weight: 500;
line-height: 37px; 
margin-top: 50px;
}
.infor .container2 p {
top: 20px;
bottom: 20px;
position: relative;
color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 100%; 
}
.infor .container2 h2{
  color: #EB7EAD;
text-align: center;
font-family: "Playfair Display";
font-size: 59.88px;
font-style: normal;
font-weight: 800;
line-height: normal;
top: 95px;
position: relative;
}
.buttons {
  display: table;
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
  margin: 0 auto;
   position: relative;
   justify-content: center;
   top: 20px;
}
.btnfos {
  font-family:'Merriweather', serif;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 3rem;
    color: #FFF;
text-align: center;
font-family: "Cormorant Garamond";
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 100%; 
}
.btnfos-3 {
  background: #623FB5;
  border: 3px solid #7D6A8B;
  border-radius: 1rem;
  box-shadow: 0px 3px 0 #816DDE, 2px 4px 6px #816DDE;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
          transition: all 150ms linear;
          margin: 0 auto;
  position: relative;
  width: 40%;
  margin-top: 40px;
  display: flex;
width: 127px;
height: 43px;
padding: 10px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;

}
.btnfos-3:hover {
  background: #816DDE;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
  text-shadow: -1px -1px 0 #136a65;
  -webkit-transition: all 250ms linear;
          transition: all 250ms linear;
}
.container2 #mapita{
  align-items: center;
  top: 40px;
  bottom: 30px;
  width: 90%;
  margin: 0 auto;
  position: relative;
} 

.buttons {
  display: table;
  height: 100%;
  width: 100%;
}
.containerbtn {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
}



.separador{
  position: relative;
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;

  
}
.separador .sepa img{
  width: 200px;
  height: 60px;
  aspect-ratio: 157/50;
  margin: 0 auto;
}
.separador h1{
  color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 40px;
font-style: italic;
font-weight: 500;
line-height: 37px; 
}


.regalos{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 250px;
  opacity: 0.98;
  overflow: hidden;
  background: var(--Invitacion3-Crimson, #BC3A5E);
}
.regalos img{
  height: 250px;
  width: 220px;
  opacity: 0.2;
  float: left;
  left: -30px;
  top: 100px;
  aspect-ratio: 157/50;
  position: absolute;
}
.regalos .container3{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.regalos h3{
  color: var(--Shade-1, #FFF);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px;
width: 80%;
}
.regalos h2{
  color: var(--Shade-1, #FFF);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 26px;
width: 80%;
}
.regalito img{
  width: 90px;
  height: 90px;
  position: relative;
  display: flex;
}





.frase{
  position: relative;
  justify-content: center;
  height: 300px;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  text-align: center;
}
.frase h1{
  color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 40px;
font-style: italic;
font-weight: 500;
line-height: 37px;
width: 80%;
margin: 0 auto;
top: 10%;
position: relative;
}
.frase h2{
text-align: center;
top: 20%;
color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px;
position: relative;
width: 95%;
margin: 0 auto;
}
.frase svg{
  top: 18%;
  position: relative;
}
.frase img{
  position: absolute;
  width: 300px;
  height: 300px;
  top: 5%;
  right: 10%;
  margin: 0 auto;
  bottom: 50%;
  opacity: 0.5;
}
.iconito img{
  height: 50px;
  width:50px;
  position: relative;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  left: 1%;
  top: 30px;
}
a {
  outline: none;
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}


.whatsapp{
  margin: 0 80;
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  top: 40px;
  justify-content: center;
  background-color: #977c7c00;
}
.whatsapp h3{
  color: var(--Shade-1, #FFF);
  background: var(--Principal-500-499, #BC3A5E);
color: var(--Shade-1, #FFF);
font-family: "Cormorant Garamond";
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;;
width: 100% ;
text-align: center;

}
.whatsapp h6{
 color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px;
width: 80%;
margin: 0 auto;
}
.botonwhat .css-button {
  top: 0px;
  margin: 0 auto;
  color: #ffffff;
	font-size: 27px;
	border-radius: 21px;
	border: solid 2px #1c1b1ba9;
	text-shadow: 1px 1px 0px #1c1b1ba9;
	box-shadow: inset 1px 1px 0px -34px #1c1b1ba9;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	font-family: Georgia;
	background: linear-gradient(90deg,#EB7EAD 23%, #EB7EAD 22% );
	display: inline-flex;
	align-items: center;
	padding: 0; 
  margin-bottom: 40px;
  
}
.botonwhat .css-button:hover {
	background: linear-gradient(90deg, #BC3A5E 22%, #BC3A5E 24%);
}
.botonwhat .css-button-text {
	position: relative;
	padding: 10px 10px;
}
.botonwhat  .css-button-icon {
	position: relative;
	border-right: 1px solid #EAB4CB;
	box-shadow: inset rgb(0 0 0 / 14%) -1px 0 0;
	padding: 10px 10px;
  color: white;
}
.botonwhat  .css-button-icon:hover{
  color: #fff;
}
.whatsapp h1{
  color: #000;
text-align: center;
font-family: Carattere;
font-size: 39.06px;
font-style: normal;
font-weight: 400;
line-height: 38.5px; 
letter-spacing: 0.781px;

width: 80%;
margin: 0 auto;
top: 50px;
position: relative;
}
.whatsapp img{
  width: 300px;
  height: 220px;
  top: 0px;
  position: relative;
}
.whatsapp a {
  outline: none;
  text-decoration: none;
}
.whatsapp a:focus,
.whatsapp a:active {
  outline: none;
  text-decoration: none;
}
.titulo-icon .titulo4{
  position: relative;
  top: 80px;
  z-index: 5;
}
.titulo4 h1{
color: var(--Invitacion3-OBSIDIAN-BLACK, #ffffff);
text-align: center;
font-family: Carattere;
font-size: 45px;
height: 150px;
justify-content: center;
align-items: center;
font-style: normal;
display: flex;
font-weight: 400;
line-height: normal;
position: relative;
z-index: 33;
background-color: #BC3A5E;
}
.titulo5 h1{
color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: Carattere;
font-size: 55px;
height: 150px;
top: 10px;
justify-content: center;
align-items: center;
font-style: normal;
display: flex;
text-align: center;
font-weight: 400;
line-height: normal;
position: relative;
z-index: 33;
margin: 0 auto;
background-color: #eab4cb0c;
}


.copyright::before{
    content: '';
  position: absolute;
  top: -275px;
  margin: 0 auto;
  width: 254px;
  height:204px;
  background-image: url("../media/carroza2.png");
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  background-size: contain;
  z-index: 10;
  animation: fadeInLeft 3s ease-in-out ;
  overflow: hidden;
}

.frase2{
  position: relative;
  justify-content: center;
  height: 750px;
  width: 100%;
  overflow: hidden;
  background: #e2767600;
  text-align: center;
  top: 50px;
}
.frase2 h1{
  color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 40px;
font-style: italic;
font-weight: 500;
line-height: 37px;
width: 80%;
margin: 0 auto;
top: 10%;
position: relative;
}
.frase2 h2{
text-align: center;
top: 20%;
color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px;
position: relative;
width: 95%;
margin: 0 auto;
}
.frase2 svg{
  top: 2%;
  position: relative;
}
.frase2 img{
  position: absolute;
  width: 300px;
  height: 300px;
  top: 5%;
  right: 10%;
  margin: 0 auto;
  bottom: 50%;
  opacity: 0.2;
}

.frase2 .colores-reservados{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 250px;
  width: 100%;
  top: 150px;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.colores-reservados .cir-1{
  position: relative;
  height: 60px;
  width: 60px;
  background: linear-gradient(141deg, #7B7B7D 15.64%, #929196 23.52%, #C7C8CC 31.41%, #E6E7EB 44.09%, #FDFDFF 55.67%, #EAEBEF 60.29%, #B6B7BB 67.61%, #8B8C90 78.18%);
  border-radius: 50%;
 
}
.colores-reservados .cir-2{
  position: relative;
  height: 60px;
  width: 60px;
  background: linear-gradient(152deg, #F9F295 17.6%, #E0AA3E 34%, #E0AA3E 47.19%, #FAF39B 65.09%, #B88A44 82.65%);
  border-radius: 50%;

}
.colores-reservados .cir-3{
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #FE036A;
  border-radius: 50%;

}
.colores-reservados .cir-4{
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #EB7EAD;
  border-radius: 50%;

}
.colores-reservados .cir-5{
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #EAB4CB;
  border-radius: 50%;

}


.fotofinal{
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("https://lum-studio.com/wp-content/uploads/2024/11/Fotografia-a-quinceaneras-en-barranquilla-1.jpg");
  background-size: cover;
  background-position: center center;
}
  

/*CONTENEDOR introduccion*/ 
.introduccion2{
  position: relative;
  width: 100%;
  height: 1000px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
}
.introduccion2 #a{
  position: relative;
  height: 450px;
}
.introduccion2 #a .quote-icon-bg {
    height: auto;
    color: #BC3A5E; 
    font-size: 50px; 
    padding: 2px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin: 10px auto; 
}
.introduccion2 #a .quote-icon-bgs {
    height: auto;
    color: #BC3A5E; 
    font-size: 50px; 
    padding: 2px; 
    display: flex; 
    justify-content: center;
    align-items: center; 
    margin: 10px auto; 
}
.introduccion2 #a p{     
   color: #161616;
text-align: center;
font-family: "Playfair Display", serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
    width: 80%;
    margin: 0 auto;
}

.introduccion2 .text{
    text-align: center;
    height: auto;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: -20px;

}
.introduccion2 .text .separator-line2{
  width: 70%;
  position: relative;
  background: #EB7EAD;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 1px;
  margin: 0 auto;
  bottom: 10px;
  top: -10px;
  }
.introduccion2 .text h3{
  width: 70%;
color: #161616;
text-align: center;
font-family: "Playfair Display";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin: 0 auto;
position: relative;
}
.introduccion2 .titulo-icon{
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.introduccion2 .titulo3 h1{
color: #EB7EAD;
text-align: center;
font-family: Carattere;
font-size: 65px;
font-style: normal;
font-weight: 400;
line-height: normal;
left: -40px;
position: relative;
}
.introduccion2 .titulo3 h2{
color: #EB7EAD;
text-align: center;
font-family: Carattere;
font-size: 65px;
font-style: normal;
font-weight: 400;
line-height: normal;
left: 40px;
position: relative;
}
.introduccion2 .icon{
  text-align: center;
align-items: center;
position: relative;
justify-content: center;
display: flex;
flex-direction: column;
height: 100px;

}
.introduccion2 .icon h3{
  color: #161616;
text-align: center;
font-family: "Playfair Display";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.introduccion2::before{
   content: '';
  position: absolute;
  top: 740px;
  left: -12%;
  width: 183px;
  height: 183px;
  background: url("../media/introbefo.png") no-repeat;
  aspect-ratio: 1/1;
  background-size: cover;
  z-index: -1;
  animation: fadeInLeft 7s ease-in-out infinite;
}
.introduccion2::after {
  content: '';
  position: absolute;
  top: 570px;
  right: -12%;
  width: 185px;
height: 285px;
background: url("../media/infoaf.png") ;
aspect-ratio: 1/1;
background-size: cover;
  z-index: -1;
  animation: fadeInRight 7s ease-in-out forwards infinite;
}
.introduccion2 .titulo-icon .icon img{
  height: 50px;
  width: 60px;
  top: -5px;
  position: relative;
  left: 1%;
  margin: 0 auto;
}



.copyright {
  background: var(--Principal-500-500, #EB7EAD);
  position: relative;
  text-align:center;
  width: 100%;
  height: 95px;
  top: 250px;
  display: block;
  z-index: 1;
  
}
.copyright .svg-up {
  display: inline-block;
  position: relative;
  top: 90px;
  left: 50%;
  margin-left: -2px;
  margin-top: -50px;
  top: 0;
  left: 0;
  margin: -50 auto 0;
  z-index: 2;
}
.copyright .arrow-up {
  position: relative;
  left: 50%;
  width: 50px;
  height: 50px;
  top: -50px;
  color: #1b1a1a;
  line-height: 1.9;
  z-index: 99;
  display: flex;
  background-color: #16161600;
  
}
.copyright ul {
  width: 100%;
  margin-top: 5px;
  justify-content: center;
}
.copyright li {
  color: hsl(30, 9%, 96%);
  font-size: 14px;
  list-style: none;
}
.copyright .CTA {
  margin-top: -50px;
}
.copyright .CTA li a {
  color: #ffffff;
  
}
.copyright .infos{
  margin-top: -20px;
  z-index: 5;
}


/*ANIMACIONES*/

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.bounce {
  animation: bounce 1.5s ease-in-out infinite;
  display: inline-block; 
}
.bounce {
  animation: none;
}
.bounce.visible {
  animation: bounce 1.5s ease-in-out infinite;
}

    .slide-in-right {
      opacity: 0;
      transform: translateX(100px);
      transition: all 0.7s ease-out;
    }
    
    .slide-in-right.visible {
      opacity: 1;
      transform: translateX(0);
    }

   
.slide-in-top {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 1.5s ease-out;
}

.slide-in-top.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-scale {
  opacity: 0;
  transform: scale(0.8);
  transition: all 1.5s ease-in-out;
}

.fade-in-scale.visible {
  opacity: 1;
  transform: scale(1);
}


@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 0.8;
    transform: translateX(0);
    z-index: 1;
  }
}

 @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(30px);
    }
    to {
      opacity: 0.8;
      transform: translateX(0);
    }
  }




    
