@font-face {
    font-family: Monserrat-Bold;
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Monserrat-Semibold;
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

  
html{
    background: #120c29;
    font-size: 14px;
}
body{   
    background: #120c29; 
    color: white;
    margin: 0;
    height: 100%; 
    background-image: url(../img/silentnight/bg_large.png);
    background-position: bottom center; 
    background-size: cover;
    background-repeat: no-repeat; 
}

.logos{
    margin-bottom: 0px;
}
.logo-planb{
    width: 45px;   
}

.logo-humanimal{

}

.a-logo{
    text-decoration: none;
}
.santa{
    width: 19rem;
}

.fix-game{
  margin-top: -4rem!important;
}

.center-image-container{
    display: flex;
    justify-content: center;  
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0rem;   
    overflow: hidden;
    height: 27rem;
}

.image-container {
    position: relative; 
    width: 25rem; 
    height: 19rem; 
  }
  
  .clouds{
    position: relative;
    overflow: hidden;
  }
 
.imagen-nubes {
    width: 250%;
    height: auto;
    position: absolute;
    left: -80%;
    bottom: -50%;
}

.imagen-fondo {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

.imagen-santa{   
    position: absolute; 
    top: 47%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 20rem; 
    height: auto; 
}

.imagen-sobrepuesta {
    position: absolute; 
    top: 100%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 14rem; 
    height: auto; 
}

.imagen-sobrepuesta-top{
    position: absolute; 
    top: -7%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 20rem; 
    height: auto; 
}


.si-title-1{
    font-family: 'Monserrat-Bold';
    font-size: 1.1rem;
    margin-bottom: 0 !important;
}

.si-title-4{
    font-family: 'Monserrat-Bold';
    font-size: 1rem;
    padding: 0 !important;
    margin-bottom: 0!important;
}

.si-title-2{
    font-family: 'Monserrat-Semibold';
    font-size: 1rem;
    padding: 0 !important;
}

.si-title-3{
    font-family: 'Monserrat-Bold';
    font-size: calc(1.1rem + .3vw);
}

.socialButton {
	background-color:#5835b0;
	border-radius:80px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:0px 15px;
  margin-left: 5px;
	text-decoration:none;
  width: 100%;
}
.socialButton:hover {
	background-color:#8362de;
}
.socialButton:active {
	position:relative;
	top:1px;
}
.socialImage{
    width: 45px;
}


.imagen {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.contenedor {
  text-align: start;
  position: relative; 
  width: 100%; 
  height: auto; 
  border-radius: 10px; 
  overflow: hidden; 
  border: 2px solid rgba(255, 255, 255, 0.5);

}

.contenedor::before {
    content: ""; 
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    background-color: rgba(0, 0, 0, 0.65); 
    z-index: 1; 
    border: 1px;
    border-color: rgba(255, 255, 255, 0.65);
}



.contenedor-publish {
  text-align: start;
  position: relative; 
  width: 100%; 
  height: auto; 
  border-radius: 10px; 
  overflow: hidden; 
  border: 2px solid rgba(255, 255, 255, 0.5);

}

.contenedor-publish::before {
    content: ""; 
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    z-index: 1; 
    border: 1px;
    border-color: rgba(255, 255, 255, 0.65);
}


/*ssss*/

.contenedor-publish2 {
  display: block; /* Hace que el enlace abarque todo el contenedor */
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.5);
  text-decoration: none; /* Elimina subrayado */
  color: inherit; /* Mantiene los colores originales del texto */
}

.contenedor-publish2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.boton-instagram2 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* Asegura que esté encima del contenido */
  width: 6rem; /* Ajusta el tamaño del botón */
  height: 6rem;    
  display: flex;
  align-items: center;
  justify-content: center;  
}

.imagen-boton2 {
  width: 60%; /* Ajusta el tamaño de la imagen dentro del botón */
  height: 60%;  
}

/*ssss*/



.boton-instagram {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* Asegúrate de que esté encima del resto */
  display: block;
  width: 5rem; /* Ajusta el tamaño del botón */
  height: auto;
  /*border-radius: 50%;*/
  overflow: hidden;
}

.imagen-boton {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.countdown-container{
    margin-top: 1rem;
    display: flex;
    justify-content: center;  
    align-items: center;
}
.texto {
    position: absolute; 
    top: 0; 
    left: 0; 
    margin: 5px; 
    color: white; 
    z-index: 2;
}

.texto-publish {
  position: absolute; 
  top: 0; 
  left: 0; 
  margin: 5px; 
  color: white; 
  z-index: 2;
  width: 100%;
  text-align: center;
}


.footer{
    height: 30px;
}

.si-footer-text{
    font-family: 'Monserrat-Semibold';
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.5rem;
}

.si-footer-link{
    text-decoration:none;
    color: white;
}

.texto p {
    margin: 0; 
    padding: 0;
}

.linea-1 {
    font-size: .8rem; 
    font-weight: normal; 
    line-height: 1rem;
}

.linea-2 {
    font-size: 2rem; 
    font-weight: bold; 
    line-height: 1rem;
}

.linea-3 {
    font-family: 'Monserrat-Bold';
    font-size: 1.1rem; 
    font-weight: bold; 
    line-height: 2rem;
}

.linea-4 {
    font-family: 'Monserrat-Bold';
    font-size: 2.75rem; 
    font-weight: bold; 
    line-height: 2.5rem;
}


.gift-container{
    margin: auto;
    max-width: 734px;
    position: relative;
    width: 100%;
    z-index: 300;
}

.enterGif {
    background-image: url(../img/silentnight/santa.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 325px;
    position: relative;
    right: 0;
    width: 100%;
}

@media (min-width: 1024px) {
    html{
        font-size: 20px;
    }

    .socialImage{
        width: 80px;
    }

    .socialButton {       
        padding: 0px 15px;        
    }

    .contenedor {
        border-radius: 20px;
    }

    .texto {
        margin: 15px;
    }

    
    .linea-3 {
        font-size: 1.3rem; 
        line-height: 2rem;
    }
    
    .linea-4 {
        font-size: 3.4rem; 
        line-height: 3rem;
    }

    .si-title-2{
        font-family: 'Monserrat-Semibold';
        font-size: 1rem;
        padding: 0rem !important;
    }
    
    .si-title-1{
        padding-top: 1rem !important;
        padding-bottom: 0rem !important;
        
    }

    .logo-planb{
        width: 70px;      
    }
   
   .logo-humanimal{
        width: 300px;
   }

   .logos{
    margin-bottom: -25px;
   }

   
   .center-image-container{
    display: flex;
    justify-content: center;  
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 0rem;   
    overflow: hidden;
    height: 32rem;
}

.fix-game{
  margin-top: -4rem!important;
}

    .imagen-nubes {
        width: 275%;
        left: -86%;
        bottom: -50%;
    }

    .imagen-santa{   
      position: absolute; 
      top: 50%; 
      left: 50%; 
      transform: translate(-50%, -50%); 
      width: 25rem; 
      height: auto; 
    }
 
  .imagen-fondo {
      width: 100%;
      height: 100%;
      object-fit: contain; 
  }
  
  .imagen-santa{   
      position: absolute; 
      top: 50%; 
      left: 50%; 
      transform: translate(-50%, -50%); 
      width: 25rem; 
      height: auto; 
  }
  
  .imagen-sobrepuesta {
      position: absolute; 
      top: 96%; 
      left: 50%; 
      transform: translate(-50%, -50%); 
      width: 15rem; 
      height: auto; 
  }
  
  .imagen-sobrepuesta-top{
      position: absolute; 
      top: 0%; 
      left: 50%; 
      transform: translate(-50%, -50%); 
      width: 25rem; 
      height: auto; 
  }
  
  .image-container {
    position: relative; 
    width: 25rem; 
    height: 25rem; 
  }

  .si-title-3{
    font-family: 'Monserrat-Bold';
    font-size: calc(1.275rem + .3vw);
}

.boton-instagram {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* Asegúrate de que esté encima del resto */
  display: block;
  width: 5rem; /* Ajusta el tamaño del botón */
  height: auto;
  /*border-radius: 50%;*/
  overflow: hidden;
}

.boton-instagram2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* Asegura que esté encima del contenido */
  width: 8rem; /* Ajusta el tamaño del botón */
  height: 8rem;  
  display: flex;
  align-items: center;
  justify-content: center;  
}


}






/* THEMES */

/********** Theme: dark **********/
/* Font styles */
.flipdown.flipdown__theme-dark {
    font-family: 'Monserrat-Semibold';
    font-weight: bold;
  }
  /* Rotor group headings */
  .flipdown.flipdown__theme-dark .rotor-group-heading:before {
    color: #000000;
  }
  /* Delimeters */
  .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
  .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    background-color: #151515;
  }
  /* Rotor tops */
  .flipdown.flipdown__theme-dark .rotor,
  .flipdown.flipdown__theme-dark .rotor-top,
  .flipdown.flipdown__theme-dark .rotor-leaf-front {
    color: #FFFFFF;
    background-color: #151515;
  }
  /* Rotor bottoms */
  .flipdown.flipdown__theme-dark .rotor-bottom,
  .flipdown.flipdown__theme-dark .rotor-leaf-rear {
    color: #EFEFEF;
    background-color: #202020;
  }
  /* Hinge */
  .flipdown.flipdown__theme-dark .rotor:after {
    border-top: solid 1px #151515;
  }
  
  /********** Theme: light **********/
  /* Font styles */
  .flipdown.flipdown__theme-light {
    font-family: 'Monserrat-Semibold';
    font-weight: bold;
  }
  /* Rotor group headings */
  .flipdown.flipdown__theme-light .rotor-group-heading:before {
    color: #7b7598;
  }
  /* Delimeters */
  .flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
  .flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    background-color: #DDDDDD;
  }
  /* Rotor tops */
  .flipdown.flipdown__theme-light .rotor,
  .flipdown.flipdown__theme-light .rotor-top,
  .flipdown.flipdown__theme-light .rotor-leaf-front {
    color: #d4d3da;
    background-color: #1d1642;
  }
  /* Rotor bottoms */
  .flipdown.flipdown__theme-light .rotor-bottom,
  .flipdown.flipdown__theme-light .rotor-leaf-rear {
    color: #fffffc;
    background-color: #585276;
  }
  /* Hinge */
  .flipdown.flipdown__theme-light .rotor:after {
    border-top: solid 1px #222222;
  }
  
  /* END OF THEMES */
  
  .flipdown {
    overflow: visible;
    width: 530px;
    height: 110px;
  }
  
  .flipdown .rotor-group {
    position: relative;
    float: left;
    padding-right: 30px;
  }
  
  .flipdown .rotor-group:last-child {
    padding-right: 0;
  }
  
  .flipdown .rotor-group-heading:before {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  
  .flipdown .rotor-group:nth-child(1) .rotor-group-heading::after {
    content: attr(data-before);
    color: #7b7598;
    font-size: .75rem;
  }
  
  .flipdown .rotor-group:nth-child(2) .rotor-group-heading:after {
    content: attr(data-before);
    color: #7b7598;
    font-size: .75rem;
  }
  
  .flipdown .rotor-group:nth-child(3) .rotor-group-heading:after {
    content: attr(data-before);
    color: #7b7598;
    font-size: .75rem;
  }
  
  .flipdown .rotor-group:nth-child(4) .rotor-group-heading:after {
    content: attr(data-before);
    color: #7b7598;
    font-size: .75rem;
  }
  
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    content: '';
    position: absolute;
    bottom: 53px;
    left: 115px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    content: '';
    position: absolute;
    bottom: 78px;
    left: 115px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  
  .flipdown .rotor {
    position: relative;
    float: left;
    width: 50px;
    height: 80px;
    margin: 0px 5px 0px 0px;
    border-radius: 4px;
    font-size: 3rem;
    text-align: center;
    perspective: 200px;
  }
  
  .flipdown .rotor:last-child {
    margin-right: 0;
  }
  
  .flipdown .rotor-top,
  .flipdown .rotor-bottom {
    overflow: hidden;
    position: absolute;
    width: 50px;
    height: 40px;
  }
  
  .flipdown .rotor-leaf {
    z-index: 1;
    position: absolute;
    width: 50px;
    height: 80px;
    transform-style: preserve-3d;
    transition: transform 0s;
  }
  
  .flipdown .rotor-leaf.flipped {
    transform: rotateX(-180deg);
    transition: all 0.5s ease-in-out;
  }
  
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear {
    overflow: hidden;
    position: absolute;
    width: 50px;
    height: 40px;
    margin: 0;
    transform: rotateX(0deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  
  .flipdown .rotor-leaf-front {
    line-height: 80px;
    border-radius: 4px 4px 0px 0px;
  }
  
  .flipdown .rotor-leaf-rear {
    line-height: 0px;
    border-radius: 0px 0px 4px 4px;
    transform: rotateX(-180deg);
  }
  
  .flipdown .rotor-top {
    line-height: 80px;
    border-radius: 4px 4px 0px 0px;
  }
  
  .flipdown .rotor-bottom {
    bottom: 0;
    line-height: 0px;
    border-radius: 0px 0px 4px 4px;
  }
  
  .flipdown .rotor:after {
    content: '';
    z-index: 2;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 40px;
    border-radius: 0px 0px 4px 4px;    
  }
  
  @media (max-width: 550px) {
  
    .flipdown {
      width: 325px;
      height: 70px;
    }
  
    .flipdown .rotor {
      font-size: 2.2rem;
      margin-right: 3px;
    }
  
    .flipdown .rotor,
    .flipdown .rotor-leaf,
    .flipdown .rotor-leaf-front,
    .flipdown .rotor-leaf-rear,
    .flipdown .rotor-top,
    .flipdown .rotor-bottom,
    .flipdown .rotor:after {
      width: 30px;
    }
  
    .flipdown .rotor-group {
      padding-right: 20px;
    }
  
    .flipdown .rotor-group:last-child {
      padding-right: 0px;
    }
  
    .flipdown .rotor-group-heading:before {
      font-size: 0.8rem;
      height: 20px;
      line-height: 20px;
    }
  
    .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
    .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
      left: 69px;
    }
  
    .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
      bottom: 50px;
      height: 8px;
      width: 8px;
    }
  
    .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
      bottom: 32px;
      height: 8px;
      width: 8px;
    }
  
    .flipdown .rotor-leaf-front,
    .flipdown .rotor-top {
      line-height: 50px;
    }
  
    .flipdown .rotor-leaf,
    .flipdown .rotor {
      height: 50px;
    }
  
    .flipdown .rotor-leaf-front,
    .flipdown .rotor-leaf-rear,
    .flipdown .rotor-top,
    .flipdown .rotor-bottom,
    .flipdown .rotor:after {
      height: 25px;
    }
  }
  