@import url('https://fonts.googleapis.com/css2?family=Aleo:wght@300;400&family=Great+Vibes&family=Saira+Semi+Condensed:wght@100;300&display=swap');
:root {
  
  --c_1: #F1ADC2;  /* colo de titulos y fecha */
  --c_1cc: rgba(240, 219, 255, 0.8);
  --c_1dd: rgba(240, 219, 255, 0.87);
  --c_1_2: rgba(240, 219, 255, 0.2); /* una tonalidad del principal mas clara(fondo del timer) */
  --c_1_3: rgba(52, 43, 61, 0.8); /* una tonalidad del principal mas oscura */
  --c_alpha4: rgba(0, 0, 0, 0.8); /* colores alpha para parallax */
  --c_alpha5: rgba(0, 0, 0, 0.5);
  --c_alpha6: rgba(0, 0, 0, 0.2);
  
  --c_2: #FFFFFF;   /* color de textos */
  --c_3: #ffffff;   /* el color del timer */
  --c_fecha: #var(--c_1); /* color de fecha */
  
  
  --c_bloques: var(--c_1); /* color de los titulos del bloques*/
  --c_bloques2: var(--c_2); /* color de los textos del bloques*/

  --c_ConfirmarB: rgba(240, 219, 255, 0.67);
  --c_ConfirmarT: #ffffff;
  --c_ConfirmarH: rgba(240, 219, 255, 0.53);
  --c_RechazarB: rgba(240, 219, 255, 0.4);
  --c_RechazarT: #ffffff;
  --c_RechazarH: rgba(240, 219, 255, 0.3);
  --c_ConfirmarFormB: #ffffff;
  --c_ConfirmarFormT: #000000;

  --c_sliderB: rgba(255, 255, 255, 0.8);
  --c_sliderT1: var(--c_1);
  --c_sliderT2: var(--c_2);
  --c_sliderBorder: #var(--c_1);
  
  --f_FF1: 'Aleo', serif;
  --f_FFEspecial: 'Great Vibes', cursive;
  --f_FFRegular: 'Saira Semi Condensed', sans-serif;
  
  --f_F0: 400 normal 6rem var(--f_FF1); /* titulos */
  --f_F1: 400 normal 4rem var(--f_FF1); /* titulos */
  --f_F2: 300 normal 3rem var(--f_FF1); /* subtitulos/texto */
  --f_FF2: var(--f_FF1);

  --f_FEspecial: 400 normal 10rem var(--f_FFEspecial); /* cursivas */
  --f_FEspecialPeque: 400 normal 3rem var(--f_FFEspecial);

  --f_FRegular: 100 normal 2rem var(--f_FFRegular);  /* textos regulares/bloques */
  --f_FRegularMedia: 100 normal 3rem var(--f_FFRegular);  /*  botones, listas peques */
  --f_FTimerNumero: 100 normal 4rem var(--f_FFRegular);  /* fuente numeros timer */
  --f_FTimerTexto: 100 normal 1.8rem var(--f_FFRegular);  /* fuente texto timer, listanormal */

  --line-height: 5rem;
  --border-radius: 1.2rem; /* aplica a imagenes de galerias */
  --letter-spacing: 0.3rem;
  
  --headerDinamicoTBase: 10px;
}


html
{
  background-color: #342B3D !important;
}
.headerDinamico_C
{
  position: relative;
  width: 100vw;
  height: 40vw;
}
.headerDinamico_Ti,.headerDinamico_Te,.headerDinamico_Ta,.headerDinamico_Tb
{
  position:absolute !important;
  left: 27vw;
  top: 1vw;
  width: 43vw;
  font-size: 11vw;
  line-height: 14vw;
  
  text-align: left;
  font-family: var(--f_FFEspecial) !important;
  background: rgb(52,43,61);
background: radial-gradient(circle, rgba(52,43,61,1) 0%, rgba(241,173,194,1) 49%, rgba(52,43,61,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 1px #000000);
}
.headerDinamico_Te
{
  top: 11vw;
  text-align: right !important;
}
.headerDinamico_Ta
{
  top: 6vw;

  background: #F1ADC2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: none;
  text-align: center;
}
.headerDinamico_Tb
{
  display: block;
  left: 5vw;
  top: 22vw;
  width: 90vw;
  text-align: center !important;
  background: #F1ADC2;
  font-size: 3vw;
  line-height: 4vw;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
  filter: none;

}

.sliderCard
{
  background-color: rgba(0, 0, 0, 0.8) !important;
  border: 1px solid var(--c_1);
  border-radius: var(--border-radius);
  color: var(--c_1);
}

.mensajesCard
{
  background-color: rgba(0, 0, 0, 0.8) !important;
  border: 1px solid var(--c_1);
  border-radius: var(--border-radius);
  color: var(--c_1);
}
.cuadroBlanco
{
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.mb_main{ padding-bottom: 10vw; }



@media only screen and (max-width: 600px)
{
  .mb_main{ padding-bottom: 30vw; }
  :root{
    --f_F0: 400 normal 4.5rem var(--f_FF1); /* titulos */
    --f_F1: 400 normal 4.5rem var(--f_FF1); /* titulos */
    --f_F2: 400 normal 3.5rem var(--f_FF1); /* subtitulos/texto, listas grandes */

    --f_FEspecial: 400 normal 6rem var(--f_FFEspecial); /* cursivas */
    --f_FEspecialPeque: 400 normal 3rem var(--f_FFEspecial);

    --f_FRegular: 100 normal 3.2rem var(--f_FFRegular);  /* textos regulares/bloques  */
    --f_FRegularMedia: 100 normal 3.7rem var(--f_FFRegular);  /*  botones, listas peques */
    --f_FTimerNumero: 100 normal 5rem var(--f_FFRegular);  /* fuente numeros timer */
    --f_FTimerTexto: 100 normal 2.9rem var(--f_FFRegular);  /* fuente texto timer, listanormal */
  }

  .headerDinamico_C
  {
    height: 85vw;
  }
  .headerDinamico_Ti,.headerDinamico_Te,.headerDinamico_Ta
  {
    left: 25vw;
    bottom: 5vw;
    width: 50vw;
    font-size: 10vw;
    line-height: 14vw;
  }
  .headerDinamico_Te
  {
    bottom: 45vw;
    text-align: right !important;
  }
}
