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;
        

}
:root {
      --color-letra: #ffffff;
      --color-fondo: #f9f9f9;
      --color-texto: #333;
      --color-acento: #c785ff;
      --color-acento-oscuro: #9b5dcc;
      --color-blanco: #ffffff;
}

* {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  padding: 0;
    margin: 0;
 }

.overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #98a869e0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: solid 4px 4px 4px 4px #98A869;
    padding: 45px 5px;
    z-index: 2;
    text-align: center;
    height: 100%;
    max-height: 100%;
    width: 100%;
}
.overlay svg{
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: -0.5px;
}
.introduccion .wavita1{
  z-index: 3;
  width: 100%;
  position: absolute;
  top: -20%;
}


.contenedor-portada {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 1;
}
.contenedor-portada img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
/* Marco decorativo con imágenes de flores */



.titulo-sub{
    position: relative;
    width: 100%;
    top: -15vh;
    bottom: 90%;
    
  }
.titulo-sub .titulo1 h1{
    color: var(--color-letra);
    text-shadow: 0px 4px 4px #080808;
    font-family: Birthstone;
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    bottom: -80px;
    position: relative;

  }
  .titulo-sub .titulo2 h1{
    color: var(--color-letra);
text-shadow: 0px 4px 4px #030303;
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: 1vh;
    text-align: center;
    justify-content: center;
    align-items: center;
     z-index: 5;
     top: 120px;
  }
  .titulo-sub .titulo2 h2{
 color: #FFF;
text-shadow: 0px 4px 4px #080808;
font-family: Ramaraja;
font-size: 100px;
font-style: normal;
font-weight: 400;
line-height: normal;
 z-index: 5;
  position: relative; 
    top: -15px;
  }
.titulo-sub .linea{
    width: 100%;
    position: relative;
  top: 20.5vh;
  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: #a5bf7eb6;
}

.reloj {
  width: 100%;
  overflow: hidden;
    height: auto;
    z-index: 5;
    background: #75877200;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
     top: -20px;
  }
  .reloj-titulo {
   color: var(--Shade-1, #ffffff);
font-family: "Playfair Display";
font-size: 22.88px;
font-style: normal;
font-weight: 400;
line-height: normal;
 margin-top: -3px;
    margin-bottom: -2px;
    position: relative;
    text-shadow: 1px 1px 2px #000;
  }
  .reloj  .hp-countdown {
    margin-top: 10px;
    margin-bottom: 10px;

    text-align: center;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  color: var(--Invitacion4-Principal, #250707);
text-align: center;
font-family: "Playfair Display";
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
  gap: 2px;
  
  }
  .reloj .cd--numbers {
    color: var(--Shade-1, #64964F);
text-align: center;
font-family: "Playfair Display";
font-size: 30.72px;
font-style: normal;
font-weight: 400;
line-height: normal;
background-color: #0a0a0900;

}
 .reloj .cd--numbers2 {
    color: var(--Shade-1, #ffffff);
text-align: center;
font-family: "Playfair Display";
font-size: 38.72px;
font-style: normal;
font-weight: 400;
line-height: normal;
background-color: #0a0a0900;

}
 .hp-countdown .cd--item {
background-color: #f1ead1;
position: relative;
padding: 5px 5px;
width: 72px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
height: 70px;
justify-content: center;
align-items: center;

}


/*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;
  position: relative;
    padding: 60px 40px;
    background-color: #ffffff;
    color: #161616;
    margin-top: 100vh; 
    z-index: 3;
}

#a{
  position: relative;
  height: 450px;
}
#a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  background-image: url('../media/blur.png');
  background-repeat: no-repeat;
  background-size: 330px 330px;
  opacity: 0.2; 
  border-radius: 1.7rem;
  z-index: -2;
    transform: translateX(100px);
  transition: none;
  overflow: hidden;
}
#a::after{
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  right: 0;
  bottom: 0;
  background-image: url('../media/blur.png');
  background-repeat: no-repeat;
  background-size: 330px 330px;
  opacity: 0.2; 
  border-radius: 1.7rem;
  z-index: -2;
    transform: translateX(100px);
  transition: none;
  overflow: hidden;
}

#a .quote-icon-bg {
    height: auto;
    color: #98A869; 
    font-size: 50px; /* Tamaño del ícono */
    padding: 2px; /* Espaciado interno */
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin: 10px auto; 
}
#a .quote-icon-bgs {
    height: auto;
    color: #98A869; /* Color del ícono */
    font-size: 50px; /* Tamaño del ícono */
    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: #98A869;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 1px;
  margin: 0 auto;
  bottom: 10px;
  top: -10px;
  }
.introduccion .text h3{
  width: 90%;
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: #98A869;
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: #98A869;
text-align: center;
font-family: Carattere;
font-size: 65px;
font-style: normal;
font-weight: 400;
line-height: normal;
left: 10px;
position: relative;
}
.introduccion .icon{
  text-align: center;
align-items: center;
position: relative;
}
.introduccion .icon h3{
  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 */

.fotodiv {
  position: relative;
text-align: center;
width: 100%;
height: 250px;
background: url("../media/fotodiv.jpg");
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
 z-index: 3;

}


.franja{
  position: relative;
  background: #ffffff;
  height: 168px;
  overflow: hidden;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.franja h2{
  margin-top: 20px;
 color: #98A869;
text-align: center;
font-family: Carattere;
font-size: 50px;
font-style: normal;
font-weight: 400;
z-index: 2;
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;
  width: 80%;
  margin: 0 auto;


}
/* Marco decorativo con imágenes de flores */


.fecha{
  justify-content: center;
  align-items: center;
  position: relative;
  height: 180px;
  overflow: hidden;
  background: #ffffff;
  z-index: 2;
}

.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:#98A869 ;
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;
top: 40px;
}
.fecha .calendar {
    height: 100px;
    margin: 0% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 10px;
    top: 20px;
    position: relative;
  }
.calendar .dia{
    text-align: center;
    padding: 0;
}
.calendar .numero{
    position: relative; 
    top: 10px;
    display: flex;
    flex-direction: row;
}
.numero h1 {
 color: #98A869;
text-align: center;
font-family: "Playfair Display";
font-size: 50px;
font-style: normal;
font-weight: 600;
line-height: normal;
position: relative;
float: right;
right: -15px;

}





.infor{
 margin: 0;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  align-items: center;
  height: 1300px;
  display: flex;
  position: relative;
   z-index: 3;

}

.infor img{
  width: 300px;
  position: absolute;
  z-index: -1;
  top: 50px;
  margin: 0 auto;
}

.infor .plans-container{
  top: 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 1.7rem;
  height: 1150px;
  z-index: 3;
  position: relative; 
  text-align: center;

  
}

.icon-outer1{
  top: 8px;
  position: relative;
  width: 97px;
height: 97px;
flex-shrink: 0;
display: flex;
margin: 0 auto;
z-index: 4;
justify-content: center;
filter: drop-shadow(3px 2px 4px #00000000);
}

.icon1{
  position: absolute;
  height:97px;
  width: 97px;
  background-color:  #98A869;
  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;
  z-index: 5;
  background: var(--Invitacion3-Crimson, #98A869);
  box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.infor .titulo h1{
  color: #F8F8F5;
font-family: "Cormorant Garamond";
font-size: 45px;
font-style: italic;
font-weight: 600;
line-height: normal;
padding: 20px 20px;
}
.infor .container2{
display: flex;
width: 85%;
top: -10px;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 2vh;
  height: 800px;
border-radius: 11px;
background: #F8F6FE;
box-shadow: 0px 3px 1.2px 1px #98a86994;
}

.infor .container2 h1{
color: var(--Invitacion3-Crimson, #242423);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 38px;
font-style: italic;
font-weight: 800;
line-height: 37px; 
top: 60px;
position: relative;
}
.infor .container2 h3{
color: var(--Invitacion3-Crimson, #98A869);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 50px;
font-style:normal;
font-weight: 800;
line-height: 35px; 
background-color: #ffffff;
border: solid #98A869;
width: 230px;
border-radius: 14px;
position: relative;
padding: 5px 5px;
top: 60px;
}

.infor .container2 p {
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%; /* 25px */
top: 50px;
}

.infor .container2 h2{
  color: #161616;
text-align: center;
font-family: "Playfair Display";
font-size: 38.88px;
font-style: normal;
font-weight: 800;
line-height: normal;
position: relative;
top: 60px;
}

.buttons {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 5px;
  height: 100%;
  width: 100%;
  margin-bottom: 1px;
  margin: 0 auto;
   position: relative;
   justify-content: center;
   top: 60px;
}
.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;
width: 70%;
}
.btnfos-3 {
  background: #98A869;
  border: 3px solid #98A869;
  border-radius: 1rem;
  box-shadow: 0px 3px 0 #98A869, 2px 4px 6px #98A869;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
          transition: all 150ms linear;
          margin: 0 auto;
  position: relative;
  margin-top: 20px;
  display: flex;
width: 50%;
height: 43px;
padding: 10px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;

}

.btnfos-3:hover {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
  color: #98A869;
  text-decoration: none;
  text-shadow: -1px -1px 0 #136a65;
  -webkit-transition: all 250ms linear;
          transition: all 250ms linear;
}

.container2 #mapita{
  align-items: center;
  top: 1px;
  bottom: 1px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  border: solid #000;
} 

.buttons {
  display: table;
  height: 100%;
  width: 90%;
}

.containerbtn {
  display: flex;
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 10px;
}

/*Flores en las esquinas 
.tip-nota::before{
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: -40px;
  bottom: 0;
  aspect-ratio: 1/1;
  background-image: url('../media/notadere.png');
  background-repeat: no-repeat;
  background-size: 154px 154px; 
   transform: scaleX(-1) scaleY(-1);
  opacity: 1; 
  z-index: 9;
   animation: fadeInLeft 7s ease-in-out forwards infinite;
}
.tip-nota::after{
  content: '';
  position: absolute;
  top:0;
  right: 0;
  left: -40px;
  bottom: 50px;
  background-image: url('../media/nota2.png');
  background-repeat: no-repeat;
  background-size: 154px 154px; 
   transform: scaleX(-1) scaleY(-1);
  opacity: 1; 
  z-index: 9;
   animation: fadeInRight 7s ease-in-out forwards infinite;
}
.tip-nota::before {
  background-position: top right 100%, bottom left 100%; 

}
.tip-nota::after {
  background-position: top left 100%, bottom left 100%;
}
.tip-nota{
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100%;
  height: 250px;
  background-color: #ffffff;
  flex-direction: column;
  z-index: 2;
  overflow: hidden;
}

.tip-nota h1{
  color: var(--Invitacion3-OBSIDIAN-BLACK, #6D8B68);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 40px;
font-style: italic;
font-weight: 500;
line-height: 37px;
}


.notas{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 250px;
overflow: hidden;
background: var(--Invitacion3-OBSIDIAN-BLACK, #6D8B68);
z-index: 3;
}
.notas-container{
  position: relative;
  width: 90%;
  height: 200px;
  border: solid #fff;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 1.5vh;
  border-radius: 14px;
}


.notas .uno, .dos, .tres{
  background-color: #00000000;
  position: relative;
}
.notas .uno p {
  color: var(--Shade-1, #FFF);
font-family: "Cormorant Garamond";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px; 
width: 80%;
margin: 0 auto;
position: relative;
text-align: center;
 z-index: 2;

}
.notas .dos p {
  color: var(--Shade-1, #FFF);
font-family: "Cormorant Garamond";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px;
width: 80%;
margin: 0 auto;
position: relative;
text-align: center;
 z-index: 2;

}
.notas .tres p {
  color: var(--Shade-1, #FFF);
font-family: "Cormorant Garamond";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px; 
width: 80%;
margin: 0 auto;
position: relative;
text-align: center;
 z-index: 2;
}*/

.separador1{
  position: relative;
  height: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
justify-content: center;
  align-items: center;
  z-index: 6;
  background: linear-gradient(#98A869, #98A869); 
}

.separador1 img{
  width: 200px;
  height: 60px;
  aspect-ratio: 157/50;
  margin: 0 auto;
  z-index: 3;

}
.separador1 h1{
  color:#161616;
text-align: center;
font-family: "Cormorant Garamond";
font-size: 45px;
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: 300px;
  z-index: 3;
opacity: 0.98; 
overflow: hidden;
background:#ffffffcb;
}

.regalos img{
  height: 150px;
  top: 160px;
  width: 160px;
  opacity: 1;
  float: right;
  right: -20px;
  position: absolute;
  z-index: 84;
}
.regalos .container3{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #98A869;
  border: solid #ffff;
  width: 90%;
  height: 200px;
  border-radius: 14px;
}
.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: 85%;
}
.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: 85%;
}



.frase{
  position: relative;
  justify-content: center;
  height: 350px;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  text-align: center;
  z-index: 3;
}
.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; /* 100% */
position: relative;
width: 95%;
margin: 0 auto;
}
.frase svg{
  top: 15%;
  position: relative;
}
.frase img{
  position: absolute;
  width: 300px;
  height: 300px;
  top: 5%;
  right: 10%;
  margin: 0 auto;
  bottom: 50%;
  opacity: 0.5;
}

/*
.fotos{
   display: flex;
   flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
overflow: hidden;
  height: 700px;
  width: 100%;
  z-index: 2;
  gap: 2vh;
  background: #ffffff;
  overflow: hidden;
}
.fotos .icon-outer2{
  top: 95px;
  position: relative;
  width: 100%;
height: 450px;
flex-shrink: 0;
display: flex;
z-index: 16;
justify-content: center;
margin: 0 auto;
display: flex;
flex-direction: column;
text-align: center;
background: #9AAC9C;
}
.fotos .icon-outer2 img{
  width: 200px;
  height: 270px;
  aspect-ratio: 4/3;
  position: relative;
  border-style: solid;
  border-color: #fff;
  border-left-width: 20px;
  border-right-width: 20px;
  border-top-width: 20px;
  border-bottom-width: 50px;
  margin: 0 auto;
}
.fotos .icon-outer2 p{
  top: 30px;
  position: relative;
  color: #FFF;
text-align: center;
font-family: "Cormorant Garamond";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px; 
width: 95%;
margin: 0 auto;
}
.foto-info{
  top: 80px;
  z-index: 4;
  height: 70px;
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
}
.foto-info .buttons {
  display: table;
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
  margin: 0 auto;
   position: relative;
   justify-content: center;
}
.foto-info .btnfos {
  color: #FFF;
text-align: center;
font-family: "Cormorant Garamond";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px;
}
.foto-info .btnfos-3 {
  background: #A8BAA3;
  border: 3px solid #fafafa;
  border-radius: 1rem;
  box-shadow: 0px 3px 0 #3e443c, 2px 4px 6px #3e443c;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
          transition: all 150ms linear;
  margin: 0 auto;
  position: relative;
  width: 90%;
  display: flex;
height: 43px;
padding: 10px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
}
.fotos .fotito{
  top: -20px;
  position: relative;
  max-width: 340px;
  max-height: 220px;
 width: 345.092px;
  height: 345.955px;
  flex-shrink: 0;
  aspect-ratio: 245.09/145.95;

}*/

.separador2{
  position: relative;
  top: -60px;
  z-index: 25;
  height: 15px;
  width: 100%;
  background: #4a17b8;
  z-index: 3;
}

.whatsapp{
  margin: 0 80;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  top: -4px;
  justify-content: center;
  background-color: #ffffff;
  z-index: 3;
  border-bottom: solid 20px #97A76A;
  border-top: solid 4px #97A76A;
  
}
#wawa{
  width: 169px;
  height: 185px;
  background-color: #03030300;
}
.whatsapp h3{
  color: var(--Shade-1, #FFF);
  background: var(--Principal-500-499, #97A76A);
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;
top: -20px;
position: relative;
justify-content: center;
padding: 5px 5px;

}
.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,#98A869 23%, #98A869 22% );
	display: inline-flex;
	align-items: center;
	padding: 0; 
  margin-bottom: 40px;
  
}
.botonwhat .css-button:hover {
	background: linear-gradient(90deg, #000000 22%, #000000 24%);
}
.botonwhat .css-button-text {
	position: relative;
	padding: 10px 30px;
}
.botonwhat  .css-button-icon {
	position: relative;
	border-right: 1px solid #ffffff29;
	box-shadow: inset rgb(0 0 0 / 14%) -1px 0 0;
	padding: 10px 14px;
  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: 350px;
  top: 0px;
  position: relative;
}






/*
.mensaje{
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 870px;
  max-height: 870px;
  width: 100%;
  background: #fff ;
  gap: 4vh;
  z-index: 3;
  top: -70px;

}
.mensaje #mensajeuno{
  padding: 20px 20px;
  color: #727272;
font-family: Poppins;
font-size: 14px;
font-style: normal;
justify-content: center;
font-weight: 400;
line-height: 14px; 
background-color: #ffffff;
border-top: #6D8B68;
border-left: #136a6600;
border-right: #136a6600;
height: 105px;
top: 0px;
position: relative;
width: 300px;
}
#MensForm{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1vh;
  height: 500px;
}

.mensaje #nameuno{
    padding: 20px 20px;
  color: #727272;
font-family: Poppins;
font-size: 14px;
font-style: normal;
justify-content: center;
font-weight: 400;
line-height: 14px; 
background-color: #ffffff;
border-top: #6D8B68;
border-left: #136a6600;
border-right: #136a6600;
height: 35px;
position: relative;
top: 5px;
width: 300px;
}

.mensaje img{
  height: 250px;
  width: 243px;
  position: relative;
  transform: rotate(-3.535deg);
  flex-shrink: 0;
  aspect-ratio: 250.05/250.22;
}

.mensaje h1{
  color: #6D8B68;
text-align: center;
font-family: Carattere;
font-size: 55px;
font-style: normal;
font-weight: 400;
line-height: normal;
top: 0px;
position: relative;
}


.mensaje .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%; 
z-index: 88;
}
.mensaje .btnfos-3 {
  background: #6D8B68;
  border: 3px solid #fafafa;
  border-radius: 1rem;
  box-shadow: 0px 3px 0 #424f40, 2px 4px 6px #424f40;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
          transition: all 150ms linear;
          margin: 0 auto;
  position: relative;
  width: 50%;
  margin-top: 30px;
  display: flex;
height: 43px;
padding: 5px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;

}
*/


.introduccion img{
  position: absolute;
  width: 273.947px;
  height: 269.27px;
  flex-shrink: 0;
  top: -10%;
  float: left;
  left: -20%;
  z-index: 99;
}

.separador{
  position: relative;
  width: 100%;
  height: 800px;
  max-height: 800px;
  background: url("../media/foto-cas.jpg");
  background-size: cover;
  background-position: center;
  background-color: #98A869;
  top: -1px;
  z-index: 1;
}
.titulo4 h1{
  background-color: #98a869bd;
  color:  #F8F8F5;
  text-shadow:  solid 20px #ffffff;
text-align: center;
font-family: Carattere;
font-size: 45px;
font-style: normal;
font-weight: 400;
line-height: normal;
position: relative;
padding: 4px 4px;
}

.copyright {
  background: var(--Principal-500-500, #98A869);
  position: relative;
  text-align:center;
  width: 100%;
  height: 95px;
  top: -2px;
  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: #ffffff;
  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; /* importante para que funcione bien */
}
.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);
    }
  }


#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, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 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;
}
#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;
}






.mouse_scroll {
    position: fixed;
    right: 20px; /* Ajusta según lo cerca que quieras que esté del borde izquierdo */
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999; /* Para que quede por encima del resto del contenido */
}
.m_scroll_arrows{
  display: block;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  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 #000000;
  top: 170px;
}
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #000000;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #000000;
  -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; }
}

@media screen and (max-width: 399px) {
  .reloj{
    width: 98%;
  }
   .titulo-sub .titulo1 h1{
    font-size: 100px;
   bottom: -60px;}
    .titulo-sub .titulo2 h2{
    font-size: 65px;
    top: -20px;
  }
  .reloj  .hp-countdown {
    font-size: 15px;
  }
  .introduccion::before{
  top: 807px;
  left: -32%;}
  .introduccion::after{
  right: -10%;
  top: 40px;
  background-size: 200px 250px;
  background-repeat: no-repeat;
}
  .infor .titulo h1{
    font-size: 39px;
  }
  .calendar .numero{
    font-size: 20px;
  }
  .calendar::after {
  content: '';
  position: absolute;
  top: 30px;
  right: 80%;
  width: 94px;
  opacity: 0.7;
  z-index: -1;
height: 104px;}
}

/*DECORACIONES*/
.overlay::before{
   content: '';
  position: absolute;
  top: 85%;
  left: -10%;
  width: 213px;
  height: 200px;
  background: url("../media/musicflor.png") no-repeat;
  background-size: cover;
  z-index: 4;
}
.introduccion::before{
   content: '';
  position: absolute;
  top: 805px;
  left: -19%;
  width: 173px;
  height: 203px;
  background: url("../media/introbefo.png") no-repeat;
  background-size: cover;
 opacity: 0; 
  border-radius: 1.7rem;
  z-index: -1;
    transform: translateX(100px);
  transition: none;
  overflow: hidden;
}

.introduccion::after {
  content: '';
  position: absolute;
  top: 700px;
  right: -10%;
  width: 165px;
height: 265px;
background: url("../media/infoaf.png") ;
background-size: cover;
 opacity: 0; 
  border-radius: 1.7rem;
  z-index: -1;
    transform: translateX(100px);
  transition: none;
  overflow: hidden;
}

.introduccion.visible::before {
animation: fadeInRight 3.5s ease-out forwards;
}
.introduccion.visible::after {
animation: fadeInRight 3.5s ease-out forwards;
}
.franja::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -8%;
  width: 84px;
height: 124px;
background: url("../media/infoaaf.png") no-repeat ;
background-size: cover;
  opacity: 0; 
  border-radius: 1.7rem;
  z-index: 1;
    transform: translateX(100px);
  transition: none;
  overflow: hidden;
}
.franja.visible::after {
animation: fadeInRight 3.5s ease-out forwards;
}

.fecha::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 10%;
  bottom: 0;
  background-image: url('../media/fechaizqui.png');
  background-repeat: no-repeat;
  background-size: 130px 150px;
  background-position:  right 35% ;
  opacity: 0; 
  border-radius: 1.7rem;
  z-index: 1;
    transform: translateX(100px);
  transition: none;
  overflow: hidden;
}
.calendar::after {
  content: '';
  position: absolute;
  top: 1px;
  right: 80%;
  width: 94px;
height: 104px;
background: url("../media/rana.png") no-repeat ;
background-size: cover;
 opacity: 0; 
  border-radius: 1.7rem;
  z-index:1;
    transform: translateX(100px);
  transition: none;
  overflow: hidden;
}
.calendar.visible::after {
animation: fadeInRight 3.5s ease-out forwards;
}
