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;
 }
:root{
  --principal: #D292E9;
  --secundario: #D841CE;
  --tercero: #662B94;
  --letraoscura: #4B188E;
  --letraclara:#fff;
  --sombra:#A390E9;
}

/*----------------------------------*/
.contenedor-portada{
    position: relative;
    width: 100%;
    height: calc(100vh - 20px);
    max-height: calc(100vh - 20px);
    background-color: var(--principal);
    background: url("../media/fotoportada.png");
    background-size:cover;
    background-position: center;
    background-repeat: repeat;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    text-align: center;
 }
 .logo-año{
   justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
    position: relative;
    width: auto;
    height: 45px;
    border-radius: 40px;
    background: rgba(165, 74, 160, 0.39);
    border-radius:14px;
    margin: 0 auto;
    top: 30%;
  backdrop-filter: blur(1px);
  border-right: solid 1px #ffffff86;
  border-top: solid 1px #ffffff65;
  border-left: solid 1px #ffffff86;
  border-bottom: solid 1px #ffffff27;
  z-index: 4;
 }
 .logo-año h1{
  font-family: Ramaraja;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 5px;
  position: relative;
  height: 45px;
  padding: 2px 2px;
  color: #fff;
 }
.titulo-sub{
    position: relative;
    width: 100%;
    text-align: center;
    top: 5%;
     z-index: 5;
  }
.titulo-sub .titulo1 h1{
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(21, 6, 56, 0.65);
    font-family: Carattere;
    font-size:90px;    
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    text-align: center;
    position: relative;

  }
  .titulo-sub .titulo1 h2{
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(21, 6, 56, 0.65);
    font-family: Carattere;
    font-size:90px;    
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    text-align: center;
    position: relative;
    top: -30px;
  }
  .titulo-sub .titulo11 h2{
    color: #FFF;
text-shadow: 0px 4px 4px rgba(21, 6, 56, 0.65);
font-family: Montserrat;
font-size: 35px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
position: relative;
float: right;
right: 10%;
top: -50px;
  }
.titulo2{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
     z-index: 5;
  }
 .titulo2 h2{
 color: #FFF;
text-shadow: 0px 4px 4px rgba(21, 6, 56, 0.65);
font-family: Montserrat;
font-size: 35px;
font-style: normal;
font-weight: 400;
line-height: normal;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
 z-index: 5;
  position: relative; 
  }
    .titulo-sub .titulo2 h1{
    color: #FFF;
text-shadow: 0px 4px 4px rgba(21, 6, 56, 0.65);
font-family: Montserrat;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
position: relative;
  }
.contenedor-portada img{
  width: 400px;
  position: absolute;
  top: 42%;
  z-index: 1;
}
  .svg-down {
    bottom: 0;
    left: 50%;
    z-index: 99;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-bottom: -22px;
    color: #ffffff;
}
 .arrow-down {
    width: 60px;
    height: 50px;
    bottom: -1px;
    margin-left: 50%;
    transform: translate(-50%, -150%);
    -webkit-transform: translate(-50%, -150%);
    z-index: 1;
    background: url('../media/flecha-hacia-abajo.gif') no-repeat center center;
    z-index: 99; 
}
 
/*CONTENEDOR introduccion */
.introduccion{
  position: relative;
  width: 100%;
  height: 1200px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
}
.textuno{
  position: relative;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 12px;
}
#a{
  position: relative;
  height: 450px;
}
#a .quote-icon-bg {
    height: auto;
    color: var(--tercero); 
    font-size: 50px; 
    padding: 2px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin: 10px auto; 
}
#a .quote-icon-bgs {
    height: auto;
    color: var(--tercero); 
    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: var(--secundario);
  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;
}
.titulo3{
  position: relative;
  background-color: #00000000;
  width: 100%;
  height: auto;
}
.titulo3 img{
  position: relative;
  width: 100%;
  height: auto;
}
.introduccion .icon{
  text-align: center;
align-items: center;
position: relative;
justify-content: center;
display: flex;
flex-direction: column;
height: 100px;

}
.introduccion .icon h3{
  color: var(--secundario);
text-align: center;
font-family: "Playfair Display";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.introduccion .titulo-icon .icon img{
  height: 50px;
  width: 60px;
  top: -5px;
  position: relative;
  left: 1%;
  margin: 0 auto;
}
.fotodiv2 {
  position: relative;
text-align: center;
width: 100%;
height: 150px;
max-height: 150px;
background: url('../media/separador1.png');
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
}

.franja{
  position: relative;
  height: 148px;
  overflow: hidden;
  justify-content: center;
  text-align: center;
  z-index: -5;
}
.franja h2{
  margin-top: 20px;
 color: var(--principal);
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: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* Marco decorativo con imágenes de flores */
.fecha::before{
   content: '';
  position: absolute;
  top: 80px;
  left: -10%;
  width: 104px;
  height: 74px;
  background: url("../media/franjaizqui.png") no-repeat;
  background-size: cover;
  z-index: 1;
  animation: fadeInLeft 7s ease-in-out infinite;
}
.fecha::after {
  content: '';
  position: absolute;
  top: -10px;
  right: -5%;
  width: 104px;
height: 74px;
background: url("../media/infoaaf.png") no-repeat ;
aspect-ratio: 1/1;
background-size: cover;
  z-index: 1;
  animation: fadeInRight 7s ease-in-out forwards infinite;
}
.fecha{
  top: 40px;
  position: relative;
  height: 220px;
  overflow: hidden;
  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:var(--principal) ;
width: 50%;
margin: 0 auto;
z-index: 4;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
position: relative;
top: 10px;
}
.fecha .calendar {
    height: auto;
    margin: 0% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    overflow: hidden;
    z-index: 4;
    top: 20px;
    position: relative;
  }
.calendar .dia{
    text-align: center;
    padding: 0;
}
.calendar .numero{
    position: relative; 
    display: flex;
    flex-direction: row;
}
.numero h1 {
 color: var(--letraoscura);
text-align: center;
font-family: "Playfair Display";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.reloj {
  width: 100%;
  overflow: hidden;
    height: 250px;
    z-index: 5;
    background: var(--sombra);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    max-height: 400px;
  }
  .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: var(--letraoscura) 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(--letraoscura);
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: var(--letraoscura) 1px 1px;

}



/*INFORMACION*/
.info{
  width: 100%;
  align-items: center;
  height: 1350px;
  display: flex;
  position: relative;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  z-index: 1;
}
.plans-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  border-radius: 1.7rem;
  height: 1250px;
  z-index: 2;
  position: relative; 
  overflow: hidden; 
}
.imagencita{
  position: absolute;
  top: -51px;
  width: 100%;

}

.plan{
  border-radius: 11px;
  box-shadow: 1px 4px 5.3px 5px var(--sombra);
  background: var(--Neutral-200-196, #ffffff);
  width: 85%;
  border-radius: 1.7rem;
  text-align: center;
  height: 1150px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: var(--principal);
  padding: 0 0 30;
  position: relative;
  margin-top: 50px;
  padding-top: 55px;
  margin-bottom: 50px;
  z-index: 3;
}
.plan .inner-box{
  padding: 0 0 30px;
  width: 100%;
  margin: 0 auto;
  border-top: 0;
  border-end-end-radius: 1.7rem;
  border-bottom-left-radius: 1.7rem;
}
.icon-box{
  position: absolute;
  background-color: #f5f7f600;
  z-index: 9;
  width: 100px;
  height: 100px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.plan .inner-box .icon-box:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ce161600;
   justify-content: center;
  content: "";
}
.icon-box .icon-outer{
  position: absolute;
  height: 125px;
  width: 125px;
  background-color: var(--letraoscura);
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
  display: flex;
}
.icon-box i{
  position: relative;
  display: block;
  height: 103px;
  width: 104px;
  border: 2px solid #fafafa;
  border-radius: 50%;
  font-size: 40px;
  color: #ffffff;
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease; 
}
.plan .inner-box:hover .icon-box i{
  transform:rotate(360deg);
}
.plan .inner-box ul {
  list-style: none;
}
.plan .inner-box .plan-descr {
   font-size: 22px;
  margin: 0 auto;
  width: 90%;
  top: 30px;
  color: var(--Principal-500-503, #0a0a0a);
text-align: center;
position: relative;
font-family: Montserrat;
font-style: italic;
font-weight: 100;
line-height: 25px; /* 100% */
}
.plan .inner-box .plan-features {
  width: 100%;
  margin: 2rem 0;
}
.plan .inner-box .plan-features .feature {
  border-bottom: 1px solid  var(--sombra);
  text-align: center;
  width: 100%;
  color: var(--Principal-500-503, #000000);
text-align: center;
font-family: Montserrat;
font-size: 35px;
font-style: normal;
font-weight: 500;
line-height: 18px; 
}
.plan .inner-box .plan-features .feature:last-child {
  border-bottom: none;
}
.plan .inner-box .price {
  margin: -1rem 0;
}
.plan .inner-box .price-purple {
  color: var(--letraoscura);
text-align: center;
font-family: "Playfair Display";
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 2rem 0;
width: 90%;
  margin: 0 auto;
}
.icon-outer img{
  width: 85px;
  border: none;
}
.plan .inner-box .price-purples {
  color: var(--letraoscura);
  text-align: center;
  font-family: "Playfair Display";
  font-size: 49.88px;
  font-style:normal;
  font-weight: 600;
  line-height: normal;
  margin: 2rem 0;
}
.plan .inner-box .basic {
  color: var(--letraoscura);
  font-size: 42px;
  position: relative;
  top: 20px;
  
}

.itinerario{
  position: relative;
  width: 100%;
  height: 1050px;
  text-align: center;
  margin-top: 5px;
  justify-content: center;
  z-index: 4;

}

.itinerario-container{
   position: relative;
  width: 100%;
  height: 800px;
  text-align: center;
  background-size: cover;
  background-color: #f29f8e00;
  width: 95%;
  border-radius: 14px;
  border: solid 1.5px #ffffff00;
  margin: 0 auto;
  z-index: 6;
}
.itinerario-container img{
  width: 90px;
  top: 20px;
  position: relative;
  z-index: 40;
}
.itinerario h1{
  font-size: 20px;
  background-color: #00224e00;
  text-align: center;
   color: var(--letraoscura);
    text-align: center;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 25px;
    width: 95%;
    position: relative;

}
.itinerario h2{
  font-size: 30px;
  background-color: #ffffff;
  text-align: center;
   color: #000000;
    text-align: center;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 55px;
    width: 95%;
    position: relative;
}


.itinerario2{
  position: relative;
  height: auto;
  width: 100%;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);

.buttons {
  height: 100px;
  width: 100%;
  margin: 0 auto;
   position: relative;
   justify-content: center;
   top: 30px;
z-index: 60;

}
#mapita{
  top: 50px;
}
.containerbtn{
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 60;
}
.btnfos {
  font-family:'Merriweather', serif;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 3rem;
    color: var(--letraoscura);
text-align: center;
font-size: 25px;
font-style: normal;
font-weight: 700;
z-index: 60;
}
.btnfos-3 {
  background: var(--principal);
  border: 3px solid var(--sombra)  ;
  border-radius: 1rem;
  box-shadow: 0px 3px 0 var(--sombra), 2px 4px 6px var(--sombra);
  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: 5px;
display: flex;
flex-direction: row;
position: relative;
width: 100px;
z-index: 60;

}

.btnfos-3:hover {
  background: var(--secundario);
  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 var(--sombra);
  -webkit-transition: all 250ms linear;
          transition: all 250ms linear;
          z-index: 60;
}
.containerbtn {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
}

.separador{
  position: relative;
  height: 420px;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center; 
  overflow: hidden;
}
.separador .sepa{
  position: relative;
  width: 100%;
  top: -40px;
}
.separador .sepa img{
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.separador h1{
  color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 45px;
font-style: italic;
font-weight: 500;
line-height: 40px; 
}

.regalos{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 350px;
  overflow: hidden;
  background: var(--principal);
}
.regalos .container3{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.regalos h2{
  color:  #FFF;
text-align: center;
font-family: "Cormorant Garamond";
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 30px;
width: 80%;
}
.regalos p{
  color: var(--Shade-1, #ffffff);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 26px;
width: 90%;
}
.regalito img{
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
}

.frase{
  position: relative;
  justify-content: center;
  height: 450px;
  width: 100%;
  overflow: hidden;
  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: 26px;
font-style: normal;
font-weight: 500;
line-height: 26px;
position: relative;
width: 95%;
margin: 0 auto;
}
.frase svg{
  top: 10%;
  position: relative;
}
.frase img{
  position: absolute;
  width: 300px;
  height: 350px;
  top: 5%;
  right: 10%;
  margin: 0 auto;
  bottom: 50%;
  opacity: 1;
}
.iconito img{
  height: 200px;
  width:170px;
  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;
}


.frase2{
  position: relative;
  justify-content: center;
  height: auto;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.frase2 h1{
  color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 35px;
font-style: italic;
font-weight: 500;
line-height: 35px;
width: 95%;
margin: 0 auto;
top: 3%;
position: relative;
}
.frase2 h2{
text-align: center;
top: 12%;
color: var(--Invitacion3-OBSIDIAN-BLACK, #161616);
text-align: center;
font-family: "Cormorant Garamond";
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 25px;
position: relative;
width: 95%;
margin: 0 auto;
}
.frase2 svg{
  top: 2%;
  position: relative;
}
.frase2 img{
  position: absolute;
  width: 200px;
  height: 200px;
  top: 30%;
  right: 40%;
  margin: 0 auto;
  opacity: 0.2;
}
.frase2 .colores-reservados{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 250px;
  width: 100%;
  top: 1%;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.colores-reservados .cir-1{
  position: relative;
  height: 60px;
  width: 60px;
  background: var(--principal);
  border-radius: 50%;
}
.colores-reservados .cir-2{
  position: relative;
  height: 60px;
  width: 60px;
  background: var(--secundario);
  border-radius: 50%;

}
.colores-reservados .cir-3{
  position: relative;
  height: 60px;
  width: 60px;
  background-color: var(--tercero);
  border-radius: 50%;
}

.divisor2{
  position: relative;
  justify-content: center;
}
.divisor2 img{
  position: relative;
  width: 100%;
}
.divi{
  position: absolute;
  background-color: var(--principal);
  width: 100%;
  height: 70px;
  top: 60%
}

.aviso-alicia {
  max-width: 80%;
  align-items: center;
  height: 300px;
  font-family: "Playfair Display", serif;
  text-align: center;
  position: relative;
  margin: 0 auto;

}



.aviso-alicia p {
  margin: 0;
  font-size:25px;
  color: #000000;
  line-height: 1.5;
  top: 10px;
  position: relative;
  background: linear-gradient(135deg, #f3eefa 0%, #dbeaff 100%);
  border: 2px solid var(--principal);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  padding: 10px 15px;
  border-radius: 16px;
  top: 100px;
}
iframe{
  position: relative;
  background-color: var(--principal);
  overflow: hidden;
}

/*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);
    }

    /* Animación para títulos desde arriba */
.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);
    }
  }

.fotodiv {
  position: relative;
text-align: center;
width: 100%;
height: auto;
display: flex;
flex-direction: column;
gap: 100px;
background-color: var(--letraclara);
overflow: hidden;
text-align: center;
z-index: 2;
text-align: center;
justify-content: center;
top: 50px;
}
.fotodiv img{
  width: 90%;
  position: relative;
  margin: 0 auto;
}

.fotodiv .textito{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.textito img{
  width: 70%;
height: auto;
flex-shrink: 0;
position: relative;
margin: 0 auto;
top: 8%;

}


.final{
  position: relative;
  background-color: #ffffff;
  background-size: cover;
height: 350px;
width: 100%;
top: 10px;
}
.final h1{
color: var(--letraoscura);
text-align: center;
font-family: Carattere;
font-size: 75px;
justify-content: center;
font-weight: 400;
line-height: normal;
position: relative;
top: 100px;

}
.copyright {
  background: var(--principal);
  position: relative;
  text-align:center;
  width: 100%;
  height: 200px;
  top: -5px;
  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: 48%;
  width: 50px;
  height: 50px;
  top: -50px;
  color: #fff;
  z-index: 99;
  display: flex;
  
}
.copyright ul {
  width: 100%;
  margin-top: 5px;
  justify-content: center;
}
.copyright li {
  color: #fff;
  font-size: 17px;
  list-style: none;
}
.copyright .CTA {
  margin-top: -50px;
}
.copyright .CTA li a {
  color: #fff;
  
}
.copyright .infos{
  margin-top: 20px;
  z-index: 5;
  color: #fff;
}

@media (max-width:399px){
   .titulo-sub .titulo2{
    width: 230px;
    top: 2%;
    margin: 0 auto;
  }

 .titulo-sub .titulo1 h1{
  font-size: 80px;
 }
 .titulo-sub .titulo11 h2{
  font-size: 30px;
 }
 .titulo-sub .titulo2 h2{
  font-size: 30px;
 }
 .titulo-sub .titulo2 h1{
  font-size: 40px;
 }

  .fecha::before{
    right: -84%;
    top: 90px;
  }
  .fecha::after{
    left: 74%;
    top: -1px;
  }
.contenedor-portada img{
  height: 40%;
  position: absolute;
  top: 52%;
  z-index: 1;
  
}
.final h1{
    font-size: 60px;
  }



}

@media (min-height:800px){

  .titulo-sub{
    top: 10%;
  }
  .contenedor-portada img{
    top: 50%;
  }

  .logo-año{
    top: 40%;
  }


}



/*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, var(--principal) 0%, var(--secundario) 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 var(--letraoscura);
  border-bottom: 2px solid var(--letraoscura);
  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 var(--letraoscura);
  top: 170px;
}
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: var(--letraoscura);
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid var(--letraoscura);
  -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; }
}
/*1872