@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;400&family=Saira+Condensed:wght@300;400&family=Sofia&display=swap');
@font-face {
  font-family: 'NotoSerif';
  src: url('NotoSerifKhojki-VariableFont_wght.woff') format('woff');
}
@font-face {
  font-family: 'NotoSerifBold';
  src: url('NotoSerifKhojki-Bold.woff') format('woff');
}

:root {
  --c_1t: #D1BC36;  /* colo de titulos y fecha */
 
  --c_1: #323462;  /* colo de titulos y fecha */
  --c_1cc: rgba(50, 52, 98,0.80);
  --c_1dd: rgba(50, 52, 98,0.8);
  --c_1_2: rgba(50, 52, 98,0.5); /* una tonalidad del principal mas clara(fondo del timer) */
  --c_1_3: rgba(50, 52, 98,0.3); /* una tonalidad del principal mas oscura */
  
  --c_alpha4: rgba(0, 0, 0, 0.9); /* colores alpha para parallax */
  --c_alpha5: rgba(0, 0, 0, 0.8);
  --c_alpha6: rgba(208, 159, 187, 0);
  
  --c_2: #323462;   /* color de textos */

  --c_3: var(--c_1);   /* 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(50, 52, 98,0.87);
  --c_ConfirmarT: #ffffff;
  --c_ConfirmarH: rgba(50, 52, 98,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.80);
  --c_sliderT1: var(--c_2);
  --c_sliderT2: var(--c_2);
  --c_sliderBorder: #var(--c_1);
    
  --f_FF1: 'NotoSerif', serif;
  --f_FF1b: 'NotoSerifBold', serif;
  --f_FFEspecial: 'Sofia', cursive;
  --f_FFRegular: 'NotoSerif', serif;

	
  --f_F0: 400 normal 5rem var(--f_FF1b); /* titulos */
  --f_F1: 400 normal 4rem var(--f_FF1b); /* titulos */
  --f_F2: 300 normal 3rem var(--f_FF1); /* subtitulos/texto */

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

  --f_FRegular: 300 normal 2.1rem var(--f_FFRegular);  /* textos regulares/bloques */
  --f_FRegularMedia: 300 normal 2.6rem var(--f_FFRegular);  /*  botones, listas peques */
  --f_FTimerNumero: 300 normal 3.2rem var(--f_FFRegular);  /* fuente numeros timer */
  --f_FTimerTexto: 300 normal 1.7rem var(--f_FFRegular);  /* fuente texto timer, listanormal */

  --line-height: 5rem;
  --border-radius: 1.2rem; /* aplica a imagenes de galerias */
  --letter-spacing: 0.3rem;
  	
	--anchoFondo: 50vw;
    --anchoPrincipal: 45vw;
    --anchoContenedorInterior: 100%;
    --altoHeader: 32vw;
    --font1Size: 5vw;
    --font1Top: 28vw;
    --fontAmpTop: 13vw;
    --font1aTop: 17vw;
    --font1LH: 5vw;
    --font2Size: 1.2vw;
    --font2Top: 33vw;
    --font2LH: 3.00vw;
	
	--imagenHeader: url(../../../../../../../recursos/rev/Leyenda/18522_leyendaHeader_copia.webp);
	--imagenPie: url(../../../../../../../recursos/rev/Leyenda/7591_leyendaPie_copia.webp);
	--imagenFondo: url(../../../../../../../recursos/rev/Leyenda/56947_leyendaFondo_copia.webp);
	--imagenFondoPrincipal: url(../../../../../../../recursos/rev/Leyenda/20563_leyendaFP_copia.webp);
	--imagenSeparador: url(../../../../../../../recursos/dpedido/202303/611/88744_leyendaFechaM.png);
	--imagenSeparador2: url(../../../../../../../recursos/rev/Leyenda/38150_leyendaF1_copia.webp);
	--imagenSeparador3: url(../../../../../../../recursos/rev/Leyenda/20594_leyendaF2_copia.webp);
	--imagenEstrella: url(../../../../../../../recursos/rev/Leyenda/33461_leyendaEstrella_copi.webp);
	--imagenFondoTenue: url(../../../../../../../recursos/rev/Leyenda/86841_leyendaTenue_copia.webp);
	
	--marginTopContenedor: 3vw;
	--marginBottomBadgesSave: 5vw;
	--marginBottomBadges: 2vw;
	--marginBottomMain: 5vw;
}



html
{
	background: var(--imagenFondoPrincipal) no-repeat top center !important;	
	background-attachment: fixed !important;
  background-size: cover !important;
  background-color: #000 !important;
	background-position: center center;
	font-size: 8px;
}
.negrita{
	font-weight: bold;
	font: var(--f_F1); 
}
.imagen100 img{
	width: 100% !important;
}
.contenedorScroll
{
  background: 
		var(--imagenHeader) no-repeat top center,
		var(--imagenPie) no-repeat bottom center,
		var(--imagenFondo) repeat-y top center !important; 
  background-size: var(--anchoFondo) auto,var(--anchoFondo) auto,var(--anchoFondo) auto !important;
	position: relative;
	z-index: 1;
	margin-top: var(--marginTopContenedor);
}
.calendarioBadges{
	margin-bottom: var(--marginBottomBadges) !important;
}
.contenedorSave .calendarioBadges{
	margin-bottom: var(--marginBottomBadgesSave) !important;
}
.headerDinamico_C{
	width: var(--anchoFondo) !important;
	height: var(--altoHeader) !important;
}
.headerDinamico_Ti{
	font-size: var(--font1Size);
	top: var(--font1Top);
	line-height: var(--font1LH);
	color: var(--c_1t);
}
.headerDinamico_Ta{
	font-size: var(--font1Size);
	top: var(--font1aTop);
	line-height: var(--font1LH);
		color: var(--c_1t);
	display: none;
}
.headerDinamico_Tb{
	font-size: calc(var(--font1Size)*.6);
	top: var(--fontAmpTop);
	line-height: calc(var(--font1LH)*.6);
		color: var(--c_1t);
		display: none;


}
.headerDinamico_Te{
	font-size: var(--font2Size);
	top: var(--font2Top);
	line-height: var(--font2LH);
}
.separadorImagenSola img{
	content: var(--imagenSeparador);
	width: 100% !important;
}
.separadorImagenSola2 img{
	content: var(--imagenSeparador2);
	width: 100% !important;
}
.separadorFecha img{
	content: var(--imagenFecha);
	width: 100% !important;
}
.separadorEstrella img{
	content: var(--imagenEstrella);
	width: 100% !important;
}
.fondoTenue{
	background: var(--imagenFondoTenue) no-repeat center center; 
  background-size: contain;
}
.mb_main{
	margin-bottom: var(--marginBottomMain) !important;
}


@media only screen and (max-width: 1600px)
{	
	html{	font-size: 7px; }
	:root { 
		
--anchoFondo: 60vw;
--altoHeader: 38.40vw;
--font1Size: 6.00vw;
--font1Top: 33.60vw;
--fontAmpTop: 15.60vw;
--font1aTop: 20.40vw;
--font1LH: 6.00vw;
--font2Size: 1.44vw;
--font2Top: 39.60vw;
--font2LH: 3.60vw;


		--anchoPrincipal: 54vw; 
		--anchoContenedorInterior: 100%; 
	}
}

@media only screen and (max-width: 1300px)
{	
	html{	font-size: 6px; }

	:root { 
		
--anchoFondo: 70vw;
--altoHeader: 44.80vw;
--font1Size: 7.00vw;
--font1Top: 39.20vw;
--fontAmpTop: 18.20vw;
--font1aTop: 23.80vw;
--font1LH: 7.00vw;
--font2Size: 1.68vw;
--font2Top: 46.20vw;
--font2LH: 4.20vw;



		--anchoPrincipal: 63vw; 
		--anchoContenedorInterior: 100%; 
	}
}
@media only screen and (max-width: 600px)
{	
		html{	font-size: 4.5px; }

	:root { 
   	--imagenHeader: url(../../../../../../../recursos/rev/Leyenda/73218_leyendaHeaderM.webp);
	--imagenSeparador: url(../../../../../../../recursos/dpedido/202303/611/88744_leyendaFechaM.png);

--anchoFondo: 95vw;
		--altoHeader: 81.5vw;
    --font1Size: 13.88vw;
    --font1Top: 66.5vw;
    --fontAmpTop: 30.88vw;
    --font1aTop: 40.38vw;
    --font1LH: 16.88vw;
    --font2Size: 4.85vw;
    --font2Top: 82.38vw;
    --font2LH: 7.13vw;


    --anchoPrincipal: 91vw; 
		--anchoContenedorInterior: 100%; 
		
			--marginTopContenedor: 2.5vw;

		--marginBottomBadgesSave: 10vw;
			--marginBottomMain: 10vw;

		
  --f_F0: 400 normal 5rem var(--f_FF1b); /* titulos */
  --f_F1: 400 normal 4rem var(--f_FF1b); /* titulos */
  --f_F2: 300 normal 3rem var(--f_FF1); /* subtitulos/texto */

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

  --f_FRegular: 300 normal 2.1rem var(--f_FFRegular);  /* textos regulares/bloques */
  --f_FRegularMedia: 300 normal 2.6rem var(--f_FFRegular);  /*  botones, listas peques */
  --f_FTimerNumero: 300 normal 3.2rem var(--f_FFRegular);  /* fuente numeros timer */
  --f_FTimerTexto: 300 normal 1.7rem var(--f_FFRegular);  /* fuente texto timer, listanormal */

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