@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@100;300&family=Caveat&family=Ms+Madi&display=swap');
:root {
   
  --c_1: #A1C9C8;  /* colo de titulos y fecha */
  --c_1cc: rgba(161, 201, 200, 0.80);
  --c_1dd: rgba(161, 201, 200, 0.87);
  --c_1_2: rgba(161, 201, 200, 0.1); /* una tonalidad del principal mas clara(fondo del timer) */
  --c_1_3: #EE561B33; /* 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: #909090;   /* color de textos */

  --c_3: #EEBC9A;   /* el color del timer */
  --c_fecha: #EEBC9A; /* 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(161, 201, 200, 0.87);
  --c_ConfirmarT: #ffffff;
  --c_ConfirmarH: rgba(161, 201, 200, 0.80);
  --c_RechazarB: rgba(144, 144, 144, 0.87);
  --c_RechazarT: #ffffff;
  --c_RechazarH: rgba(144, 144, 144, 0.80);
  --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: 'Caveat', sans-serif;
  --f_FFEspecial: 'Ms Madi', cursive;
  --f_FFRegular: 'Alegreya Sans', sans-serif;
  --f_F0: 400 normal 6rem 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 */
  --f_FF2: var(--f_FF1);

  --f_FEspecial: 400 normal 10rem var(--f_FFEspecial); /* cursivas */
  --f_FEspecialPeque: 400 normal 3rem var(--f_FFEspecial);
  --f_FRegular: 300 normal 2rem var(--f_FFRegular);  /* textos regulares/bloques */
  
  --f_FRegularMedia: 300 normal 3rem var(--f_FFRegular);  /*  botones, listas peques */
  --f_FTimerNumero: 300 normal 4rem var(--f_FFRegular);  /* fuente numeros timer */
  --f_FTimerTexto: 300 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: 37vw;
}
.headerDinamico_Ti,.headerDinamico_Te,.headerDinamico_Ta
{
  position:absolute !important;
  left: 22vw;
  bottom: 1.8vw;
  width: 56vw;
  font-size: 11vw;
  line-height: 13vw;
  text-align: left;
  font-family: var(--f_FFEspecial) !important;
  background: rgba(161, 201, 200, 1);
  background: radial-gradient(circle, rgba(161, 201, 200, 1) 0%, rgba(161, 201, 200, 1) 49%, rgba(161, 201, 200, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 1px var(--c_2));

}
.headerDinamico_Te
{
  bottom:-2vw;
  text-align: right !important;
  background: rgba(161, 201, 200, 1);
  background: radial-gradient(circle, rgba(238, 188, 154, 1) 0%, rgba(238, 188, 154, 1) 49%, rgba(238, 188, 154, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 1px var(--c_1));
}
.headerDinamico_Ta
{
  left: 19vw;
  bottom:-1vw;
  text-align: center !important;
  background: rgba(0, 0, 0, 0.1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: none;
  z-index: 0;
}
.mb_main
{
  padding-bottom: 10vw;
}

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

.mensajesCard
{
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid var(--c_1);
  border-radius: var(--border-radius);
  color: var(--c_1);
}
.cuadroBlanco
{
  background-color: rgba(255, 255, 255, 0.9) !important;
}



@media only screen and (max-width: 600px)
{
  .mb_main{ padding-bottom: 42vw; }
  :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: 300 normal 3.1rem var(--f_FFRegular);  /* textos regulares/bloques  */
    --f_FRegularMedia: 300 normal 3.8rem var(--f_FFRegular);  /*  botones, listas peques */
    --f_FTimerNumero: 300 normal 5rem var(--f_FFRegular);  /* fuente numeros timer */
    --f_FTimerTexto: 300 normal 3rem var(--f_FFRegular);  /* fuente texto timer, listanormal */
  }

  .headerDinamico_C
  {
    height: 100vw;
  }
  .headerDinamico_Ti,.headerDinamico_Te,.headerDinamico_Ta
  {
    left: 2vw;
    bottom: 13vw;
    width: 96vw;
    font-size: 20vw;
    line-height: 23vw;
    text-align: left;

  }
  .headerDinamico_Te
  {
    bottom: 0vw;
    text-align: right !important;

  }
  .headerDinamico_Ta
  {
    left: -2vw;
    bottom: 6vw;
    text-align: center !important;

  }
}
