@import url('https://fonts.googleapis.com/css2?family=Faculty+Glyphic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');

:root{
    --main-color:#585858;
    --primary-color: #255d3a;
    --secunday-color: #947044;
    --tercer-color: #e4e4e4;
    --cuarto-color: #304428;
}

*{
   font-family: "Faculty Glyphic", sans-serif;
    scrollbar-width: smooth;
   margin:0; padding:0;
   box-sizing: border-box;
   outline: none; border:none;
   text-decoration: none;
   transition: .2s linear;
   overflow-x: hidden;
   
   
   

}

/*OTRO*/

.logo img{
  width: 150px;
}

#splash-screen, #main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(images/home3.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    transition: opacity 3.5s ease-out, visibility 3.5s ease-out; 
}

/* Estilo para la pantalla inicial */
#splash-screen {
    
     overflow-x: hidden;
  position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1009; 
}

/* Estilo para el contenido principal */
#main-content {
    
    opacity: 0;
    visibility: hidden;
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
}

/* Clase para ocultar suavemente (opacidad 0 y visibilidad oculta) */
.fade-out {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Clase para mostrar suavemente (opacidad 1 y visibilidad visible) */
.visible {
    opacity: 1 !important;
    visibility: visible !important;
}

.ta{
  color: #fff;
  background-color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 400;
  padding: 15px;
  cursor: pointer;
  
}



.principal h1{
  color: var(--secunday-color);
  font-weight: 600;
  
}
  

body{
  background-image: url(images/fondo9.jpg);

}


.lines{
  position: fixed;
  z-index: 1004;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  display: flex;
  justify-content: space-between; /* Distribute lines evenly */
  
}

.line {
  position: relative;
  width: 1px;
  height: 100%;
  /*background: #ffffff;  /* Line color */
  overflow: hidden;

}

.line::after {
  content: '';
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e0d4ab 75%, #9e9167 100%);
  animation: drop 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

/* Different colors for each line's pseudo-element */
.line:nth-child(1)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e0d4ab 75%, #9e9167 100%);
  animation-delay: 0.5s;
}

.line:nth-child(2)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e0d4ab 75%, #9e9167 100%);
  animation-delay: 2s;
}

.line:nth-child(3)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e0d4ab 75%, #9e9167 100%);
  animation-delay: 1.5s;
}

.line:nth-child(4)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e0d4ab 75%, #9e9167 100%);
  animation-delay: 2.6s;
}

.line:nth-child(5)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e0d4ab 75%, #9e9167 100%);
  animation-delay: 2.5s;
}

.line:nth-child(6)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e0d4ab 75%, #9e9167 100%);
  animation-delay: 1s;
}

.line:nth-child(7)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e0d4ab 75%, #9e9167 100%);
  animation-delay: 3.5s;
}

.line:nth-child(8)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e0d4ab 75%, #9e9167 100%);
  animation-delay: 4s;
}

.line:nth-child(9)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e0d4ab 75%, #9e9167 100%);
  animation-delay: 1.5s;
}

.line:nth-child(10)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e0d4ab 75%, #9e9167 100%);
  animation-delay: 5s;
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}



.fondo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(images/home.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    
    position: relative;
    transition: 300ms
    
}

@media (max-width: 768px){
    .fondo{
        height: 60vh;
        background-image: url(images/home4.jpg);
    }
}

/*FECHAS*/
.fechas {
display: grid;
grid-template-columns: repeat(autofill, minmax(15rem, 1fr));
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 10px;
grid-row-gap: 10px;
align-items: center;

}

.calendario{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  border-radius: 10px;
  background: #947044;
background: linear-gradient(181deg, rgba(148, 112, 68, 0.92) 51%, rgba(184, 151, 118, 0.67) 100%);
  
}

.calendario h3{
  text-align: center;
  font-size: 1.5rem;
}

.calendario h2{
  text-align: center;
  color: #e4e4e4;
  font-size: 8.6rem;
}

.calendario h4{
  text-align: center;
  color:var(--primary-color);
  font-size: .9rem;
  padding-top: 4px;
  font-weight: 600;
}

.calendario button a:hover {
  font-size: 130%;
  animation: ease-in-out;
}

button a{
  text-align: center;
  text-decoration: none;
  color: #e4e4e4;
}

button{
  margin: 10px;
  padding: 10px;
  background-color: var(--primary-color);
  border-radius: 10px;
  font-weight: 600;
  

}


.cal1 { grid-area: 1 / 1 / 2 / 2; }
.cal2 { grid-area: 1 / 2 / 2 / 3; }
.cal3 { grid-area: 1 / 3 / 2 / 4; }
.cal4 { grid-area: 2 / 1 / 3 / 2; }
.cal5 { grid-area: 2 / 2 / 3 / 3; }
.cal6 { grid-area: 2 / 3 / 3 / 4; }
.cal7 { grid-area: 3 / 1 / 4 / 2; }
.cal8 { grid-area: 3 / 2 / 4 / 3; }
.cal9 { grid-area: 3 / 3 / 4 / 4; }
.cal10 { grid-area: 4 / 1 / 5 / 2; }
.cal11 { grid-area: 4 / 2 / 5 / 3; }
.cal12 { grid-area: 4 / 3 / 5 / 4; }


@media (max-width: 767px){
  .calendario{
  
  width: 110px;
  height: 110px;
  
  
}

.calendario h3{
  font-size: .6rem;
}

.calendario h2{
  text-align: center;
  color: #e4e4e4;
  font-size: 2rem;
}

.calendario h4{
  text-align: center;
  
  font-size: .4rem;
  padding-top: 1px;
  font-weight: 600;
}

button{
  font-size: .4rem;
  font-weight: 300;
  padding: 5px;
  margin: 3px;
}
}

.fotos {
display: grid;
grid-template-columns: repeat(autofill, minmax(2, 1fr));
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 10px;
grid-row-gap: 10px;
align-items: center;
justify-content: center;
padding-top: 60px;
}

.ref1 { grid-area: 1 / 1 / 2 / 2; }
.ref2 { grid-area: 1 / 2 / 2 / 3; }
.ref3 { grid-area: 2 / 1 / 3 / 2; }
.ref4 { grid-area: 2 / 2 / 3 / 3; }

.fot{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background-color: #9c770f;
  
}

.fot img{
  display: flex;
  align-items: center;
}

@media (max-width: 767px){
  .fot{
  
  width: 150px;
  height: 150px;
  
  
  
}}
/*CONTENEDOR BLANCO*/

.containerblank{
    font-size: 150%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    flex-flow: column;
    padding: 30px;
    position: relative;
    
    
}

.containerblank .text{
    text-align: center;
    padding: 20px;

}

.containerblank .text h3{
    font-family: "Faculty Glyphic", sans-serif;
    color: #a78762;
    font-size: 1.3rem;
    font-weight: 600;
    
}

.containerblank .text h3 span{
  font-weight: 1200;
  font-size: 200%;
  background-color: var(--primary-color);
  padding-left: 5px;
  padding-right: 5px;
  margin: 5px;
  border-radius: 10px;

}


.containerblank .text h4{
    font-family: "Faculty Glyphic", sans-serif;
    color: var(--secunday-color);
    font-size: 2.2rem;
    font-weight: bolder;
    padding-bottom: 20px;
}

.containerblank h5{
  padding: 5px;
}

.containerblank .logo img{
    width: 250px;
}

.containerblank .logo2 img{
    width: 700px;
}

@media (max-width: 768px){
    .containerblank .logo img{
    width: 150px;
}
}

.containercolor .logo img{
    width: 250px;
}

@media (max-width: 768px){
    .containercolor .logo img{
    width: 150px;
}
}


/*BARRA COLOR*/

.containercolor{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 15vh;
    background-color:#255d3bdc ;
    font-family: "Faculty Glyphic", sans-serif;
    padding-bottom: 30px;
    padding-top: 40px;

}

.containercolor h1{
    padding-top: 25px;
    font-family: "Carattere", cursive;
    text-align: center;
    font-size: 4rem;
    color: var(--tercer-color);
    padding: 30px;
    padding-top: 30px;
}

@media (max-width: 768px){
    .containercolor h1{
    padding-top: 10px;
    font-size: 2rem;
    
}
}

.containercolor .btn{
  background-color: var(--secunday-color);
  padding: 15px;
  margin-top: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 1008;
  cursor: pointer;
}
.containercolor .btn a{
  text-decoration: none;
  color: #fff;

}


.top{
    aspect-ratio: 900/100;
    
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    top: -200px;

}

.wave-1{
    background-image: url(images/wave.svg);
}

.wave-2{
    background-image: url(images/waveb.svg);
}

/*COUNTDOWN*/

/* countdown*/

.crono{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  
}

.reloj {
display: grid;

place-items: center;
grid-template-columns: repeat(7, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
justify-content: center;
font-size: 1.3rem;
padding-top: 20px;
padding-bottom: 40px;
text-align: center;
}



.reloj span{
  font-size: 4rem;
}


.dias { grid-area: 1 / 1 / 2 / 2; 
        width: 100px;
        
}
.horas { grid-area: 1 / 3 / 2 / 4; }
.min { grid-area: 1 / 5 / 2 / 6; }
.seg { grid-area: 1 / 7 / 2 / 8; }
.sep { grid-area: 1 / 2 / 2 / 3; }
.sep { grid-area: 1 / 4 / 2 / 5; }
.sep { grid-area: 1 / 6 / 2 / 7; }



.reloj .sep{
  width: 10px;
}

.reloj .caja{
  width: 100px;
}

@media (max-width: 768px){
  .reloj{
    font-size: .8rem;
    text-align: center;
    justify-content: center;
  }
  .reloj span{
    padding: -30px;
    font-size: 2rem;
    text-align: center;
  }

  .reloj .caja{
    
  padding: -50px;
  width: 90px;
  height: auto;
  overflow-y: hidden;
}
.reloj .caja h3{
  text-align: center;
}
}
/*FECHA*/

.fecha {
display: grid;
max-width: 70vh;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 100px;
grid-row-gap: 0px;
gap: 1px;
place-items: center;
text-align: center;
padding: 50px;
}


.div1 { 
    grid-area: 2 / 1 / 3 / 2; 
    margin-right: 30px;
    place-items: center;
    border-top: solid #9c770f;
    border-bottom:solid #9c770f;
}

.div2 { 
    grid-area: 2 / 3 / 3 / 4;
    margin-left: 30px;
    border-top: solid #9c770f;
    border-bottom:solid #9c770f;
}
.div3 { grid-area: 1 / 2 / 4 / 3; }

.div3 {
    padding: 15px;
    border: solid #9c770f;
    border-radius: 35px;
}

.div1 h1{
    font-size: 3rem; 
    color: var(--main-color);
}

.div2 h1{
    font-size: 3rem;  
    color: var(--main-color);
}

.div3 h1{
    font-size: 7rem;
    color:var(--primary-color) ;
}

.div3 h3{
    font-size: 2rem;
    color: var(--main-color);
}



@media (max-width: 738px){
    .fecha{
        min-width: 50vh;
    }
   
    .div1 h1{
    font-size: 1.8rem; 
    }

    .div2 h1{
    font-size: 1.8rem;  
    }

    .div3 h1{
    font-size: 3.9rem;
    }

    .div3 h3{
    font-size: 1rem;
    }
}

@media (max-width: 361px){
    .fecha{
        width: 55vh;
    }
    .div1 h1{
    font-size: 1.5rem; 
    }

    .div2 h1{
    font-size: 1.5rem;  
    }
}




/* UBICACIONES*/

.containerubi {
 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 30px;
  padding-top: 40px;

  background-color: #255d3bdc;
}

.containerubi h3{
  color: #79a368;
  font-size: 1.5rem;
  font-weight: 800;
}

.containerubi h1{
  color: #fff;
 font-family: "Carattere", cursive;
  font-size: 4rem;
  font-weight: 200;
  max-width: 600px;
  padding: 10px;
}

.containerubi h4{
  color: #cea675;
  font-weight: 300;
  font-size: 1.3rem;
  text-align: center;

}

.containerubi .ico img{
   width: 200px;
}

.containerubi .btn{
  
  background-color: var(--secunday-color);
  padding: 15px;
  margin: 10px;
  border-radius: 20px;
  color: var(--tercer-color);
  position: relative;
  z-index: 1008;
  cursor: pointer;
  
}

.containerubi .btn a{
  text-decoration: none;
  color: #fff;
  
}

.containerblank .btn{
   position: relative;
  z-index: 1005;
  cursor: pointer;
  background-color: var(--secunday-color);
  padding: 15px;
  margin: 10px;
  border-radius: 20px;
  color: var(--tercer-color);
 
  
}

.containerblank .btn a{
  text-decoration: none;
  font-weight: 800;
  color: #fff;
}


/*¨REGALOS*/

.containerregalo {
  background-image: url(images/fondo.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 30px;
  padding-top: 40px;
}

.containerregalo h3{
  color: var(--cuarto-color);
  font-size: 2rem;
  font-weight: 800;
}

.containerregalo span h1{
  font-size: 5rem;
  font-weight: 400;
  padding-bottom: 50px;
}

.containerregalo h1{
  color: var(--cuarto-color);
 font-family: "Carattere", cursive;
  font-size: 4rem;
  font-weight: 200;
  max-width: 600px;
  padding: 10px;
  text-align: center;
}

.containerregalo h4{
  color: var(--cuarto-color);
  font-weight: 300;
  font-size: 1.3rem;
  padding: 10px;
  text-align: center;

}

.containerregalo .ico img{
   width: 200px;
}

.containerregalo .btn{
  
  background-color: var(--cuarto-color);
  padding: 15px;
  margin: 10px;
  border-radius: 30px;
  color: var(--tercer-color);
   position: relative;
  z-index: 1008;
  cursor: pointer;

  
}

.containerregalo .btn a{
  text-decoration: none;
  color: #fff;
}

/*CODIGO*/



.codigo {
  background-color: var(--primary-color);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 30px;
  padding-top: 40px;
}

.codigo h3{
  color: var(--cuarto-color);
  font-size: 2rem;
  font-weight: 800;
}

.codigo span h1{
  font-size: 5rem;
  font-weight: 400;
  padding-bottom: 50px;
}

.codigo h1{
  color: var(--cuarto-color);
 font-family: "Carattere", cursive;
  font-size: 4rem;
  font-weight: 200;
  max-width: 600px;
  padding: 10px;
  text-align: center;
}

.codigo h4{
  color: var(--cuarto-color);
  font-weight: 300;
  font-size: 1.3rem;
  padding: 10px;
  text-align: center;

}

.codigo .ico img{
   width: 200px;
}

.codigo .btn{
  
  background-color: var(--cuarto-color);
  padding: 15px;
  margin: 10px;
  border-radius: 30px;
  color: var(--tercer-color);
  position: relative;
  z-index: 1008;
  cursor: pointer;

  
}

.codigo .btn a{
  
  text-decoration: none;
  color: #fff;
}

.codigo h2{
  color: var(--tercer-color);
  font-weight: 300;
  font-size: 1.3rem;
  padding: 10px;
  text-align: center;
}

.send .ico img{
  width: 120px;
}

/**CONFIURMACIÓN*/

.send{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.send h1{
  color: var(--cuarto-color);
 font-family: "Carattere", cursive;
  font-size: 4rem;
  font-weight: 200;
  max-width: 600px;
  padding: 10px;
  text-align: center;
}
.send h4{
  color: var(--cuarto-color);
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  padding: 20px;
}

.send h3{
  color: var(--cuarto-color);
  font-size: 1.4rem;
}
.send h2{
  font-size: 2rem;
  color: var(--cuarto-color);
}

.send .btn{
  background-color: var(--cuarto-color);
  padding: 20px;
  border-radius: 30px;
  margin: 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1008;
  cursor: pointer;
}

.send .btn a{
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

/* footer */

.footer{
   background: var(--primary-color);
  display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   padding: 20px;
 }

 .footer .icof{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   
 }

 .footer .icof img{
   width: 190px;
 }

 @media(min-width: 29px){
   .footer .icof img{
   width: 60px;
 }
 }
 .footer .logon{
display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
 }

 .footer .logon img{

   width: 130px;
 }

 .footer .text h1{
    font-family: "Poppins", sans-serif;
   color: white;
   font-size: 1rem;
   text-align: center;
   font-weight: 400;
   
 }

 .footer .text h3{
   font-family: "Poppins", sans-serif;
   font-size: .5rem;
   text-align: center;
   color: white;
   font-weight: 400;
   letter-spacing: 4px;
 }

/* end */
