@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Ms+Madi&family=Roboto&display=swap');
:root {

  --c_1: #E8A0B9;  /* colo de titulos y fecha */
  --c_1cc: rgba(232, 160, 185, 0.80);
  --c_1dd: rgba(232, 160, 185, 0.87);
  --c_1_2: rgba(232, 160, 185, 0.8); /* una tonalidad del principal mas clara(fondo del timer) */
  --c_1_3: rgba(232, 160, 185, 0.5); /* 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: #827C9E;   /* color de textos */

  --c_3: var(--c_2);   /* 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(232, 160, 185, 0.87);
  --c_ConfirmarT: #ffffff;
  --c_ConfirmarH: rgba(232, 160, 185,, 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(113, 119, 53, 0.8);
  --c_sliderT1: var(--c_1);
  --c_sliderT2: var(--c_2);
  --c_sliderBorder: #var(--c_1);

  --f_FF1: 'Montserrat', sans-serif;
  --f_FFEspecial: 'Ms Madi', cursive;
  --f_FFRegular: 'Roboto', sans-serif;

  --f_F0: 300 normal 6rem var(--f_FF1); /* titulos */
  --f_F1: 300 normal 4.5rem var(--f_FF1); /* titulos */
  --f_F2: 200 normal 3.5rem var(--f_FF1); /* subtitulos/texto */
  --f_FF2: var(--f_FF1);

  --f_FEspecial: 700 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: #FFFFFF !important;
  padding-top: 30vw;
}

.headerDinamico_C
{
  margin-top: -30vw;
  position: absolute;
  width: 99vw;
  height: 70vw;
}

.pArriba{
  background-position: 0 0;
  background-size: 49vw auto;
  background-repeat: no-repeat;
}

.pAbajo{
  background-position: -80% 80%;
  background-size: 100% auto;
  background-repeat: no-repeat;
      position: absolute;
}

.mb_main{ padding-bottom: 20rem; }

.headerDinamico_Ti,.headerDinamico_Te,.headerDinamico_Ta,.headerDinamico_Tb
{
  position:absolute !important;
  left: 5vw;
  top: 19vw;
  width: 40vw;
  text-align: right !important;

  bottom:auto;
  font-size: 11vw;
  line-height: 13vw;
  font-family: var(--f_FFEspecial) !important;
  background: var(--c_1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: none;

}
.headerDinamico_Te
{
  left: 55vw;
  text-align: left !important;
}
.headerDinamico_Ta
{
  text-align: center !important;
  font-size: 6vw;
  width: 90vw;
  top:19vw;
  background: var(--c_2);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mesas_Ti {
    text-shadow: 2px 2px #000;
}

.headerDinamico_Tb
{
  display: block;
  text-align: center !important;
  font-size: 5vw;
  width: 90vw;
  top: 7vw;
  background: var(--c_2);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.sliderCard
{
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #FFF;
  border: none;
  border-radius: var(--border-radius);
}

.mensajesCard
{
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: var(--c_2);
  border: none;
  border-radius: var(--border-radius);
}
.cuadroBlanco
{
  border: none;

  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #FFF;
}

.textoEspecial
{
  width: 90%;
  font-size: 9vw;
  line-height: 11vw;
  text-align: center !important;
  font-family: var(--f_FFEspecial) !important;
  background: rgba(113, 119, 53, 0.9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 1px #000);
}


.bloquesElemento{
  margin-bottom: 0rem;
}

.mesas_Ti{
  color: #FFFFFF !important;
}

@media only screen and (max-width: 600px)
{

  :root{
    --f_F0: 300 normal 4.5rem var(--f_FF1); /* titulos */
    --f_F1: 300 normal 4.5rem var(--f_FF1); /* titulos */
    --f_F2: 200 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 2.9rem var(--f_FFRegular);  /* textos regulares/bloques  */
    --f_FRegularMedia: 100 normal 3.5rem var(--f_FFRegular);  /*  botones, listas peques */
    --f_FTimerNumero: 100 normal 5rem var(--f_FFRegular);  /* fuente numeros timer */
    --f_FTimerTexto: 100 normal 2.7rem var(--f_FFRegular);  /* fuente texto timer, listanormal */
  }

  html
  {

    padding-top: 40vw;
  }


  .headerDinamico_C
  {
    width: 100%;
    height: 130vw;
    margin-top: -40vw;
  }

  .saludoTexto {
      9filter: drop-shadow(0px 1px 0px #000);
  }

  .pArriba{
    background-size: auto 130vw;
  }





  .headerDinamico_Ti,.headerDinamico_Te,.headerDinamico_Ta
  {
    font-size: 12vw;
    line-height: 16vw;
    top: 33vw
  }

  .headerDinamico_Te{

  }


  .headerDinamico_Ta
  {

    font-size: 8vw;
  }
  .headerDinamico_Tb
  {
        top: 20vw;
    font-size: 8vw;
  }
  .cuadroBlanco
  {
    width: 90% !important;
  }
  .textoEspecial
  {
    font-size: 10rem;
  }
  .mb_main{ padding-bottom: 10rem; }



}
