@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Nanum+Gothic&family=Playfair+Display&display=swap');

:root {
  --c_1t: #F5D9AE;  /* colo de titulos y fecha */
 
  --c_1: #F5D9AE;  /* colo de titulos y fecha */
  --c_1cc: rgba(245, 217, 174,  0.80);
  --c_1dd: rgba(245, 217, 174,  0.8);
  --c_1_2: rgba(245, 217, 174,  0.5); /* una tonalidad del principal mas clara(fondo del timer) */
  --c_1_3: rgba(245, 217, 174,  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: #F5D9AE;   /* color de textos */

  --c_3: #FFF;   /* 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(245, 217, 174,  0.87);
  --c_ConfirmarT: #ffffff;
  --c_ConfirmarH: rgba(245, 217, 174,  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(165, 136, 98,  0.80);
  --c_sliderT1: var(--c_2);
  --c_sliderT2: var(--c_2);
  --c_sliderBorder: #var(--c_1);
    
  --f_FF1: 'Playfair Display', serif;
  --f_FFEspecial: 'Libre Baskerville', serif;
  --f_FFRegular: 'Nanum Gothic', sans-serif;

	
  --f_F0: 400 normal 6rem var(--f_FF1); /* titulos */
  --f_F1: 400 normal 4.5rem var(--f_FF1); /* titulos */
  --f_F2: 300 normal 3.5rem var(--f_FF1); /* subtitulos/texto */

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

  --f_FRegular: 400 normal 2.4rem var(--f_FFRegular);  /* textos regulares/bloques */
  --f_FRegularMedia: 400 normal 3rem var(--f_FFRegular);  /*  botones, listas peques */
  --f_FTimerNumero: 300 normal 4rem var(--f_FFRegular);  /* fuente numeros timer */
  --f_FTimerTexto: 400 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;
  	
	
	--anchoFondo: 50vw;
  --anchoPrincipal: 46vw;
  --anchoContenedorInterior: 90%;
	
    --altoHeader: 29vw;
    --font1Size: 6vw;
    --font1Top: 8vw;
    --fontAmpTop: 14vw;
    --font1aTop: 18vw;
    --font1LH: 6vw;
    --font2Size: 1.6vw;
    --font2Top: 24vw;
    --font2LH: 3.00vw;
	
	--medioTop: 25vw;
	--medioBottom: 20vw;
		
	--imagenHeader: url(../../../../../../../recursos/rev/Hoja-de-pa/805_papel2Header_copia.webp);
	--imagenMedio: url(../../../../../../../recursos/rev/Hoja-de-pa/31520_papel2Medio_copia.webp);
	--imagenPie: url(../../../../../../../recursos/rev/Hoja-de-pa/15051_papel2Pie_copia.webp);
	--imagenFondo: url(../../../../../../../recursos/rev/Hoja-de-pa/52960_papel2Fondo_copia.webp);
	--imagenFondoPrincipal: url(../../../../../../../recursos/rev/Hoja-de-pa/11967_papel2FondoP_copia.webp);
	--imagenSeparador: url(../../../../../../../recursos/rev/Hoja-de-pa/25607_papel2F1_copia.webp);
	--imagenFondoTenue: url(../../../../../../../recursos/rev/Hoja-de-pa/21253_papel2Tenue_copia.webp);
	
	--marginTopContenedor: 3vw;
	--marginBottomBadgesSave: 20vw;
	--marginBottomBadges: 2vw;
	--marginBottomMain: 20vw;
}

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;
}
.contenedorScrollI{
	display: block !important;
}
.contenedorScrollI1
{
	display: block !important;
	position:absolute;
	background-color: transparent!important;
  top: var(--medioTop);
	bottom: var(--medioBottom);
	width: 100%;
  background:	var(--imagenMedio) repeat-y top center;
  background-size: var(--anchoFondo) auto;
  z-index: -999;
}
.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);
}
.headerDinamico_Tb{
	font-size: calc(var(--font1Size)*.6);
	top: var(--fontAmpTop);
	line-height: calc(var(--font1LH)*.6);
		color: var(--c_1t);

}
.headerDinamico_Te{
	font-size: var(--font2Size);
	top: var(--font2Top);
	line-height: var(--font2LH);

}
.separadorImagenSola img{
	content: var(--imagenSeparador);
	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: 75vw;
--altoHeader: 43.50vw;
--font1Size: 9.00vw;
--font1Top: 12.00vw;
--fontAmpTop: 21.00vw;
--font1aTop: 27.00vw;
--font1LH: 9.00vw;
--font2Size: 2.40vw;
--font2Top: 36.00vw;
--font2LH: 4.50vw;

--medioTop: 35vw;
	--medioBottom: 30vw;



		--anchoPrincipal: 68vw; 
		--anchoContenedorInterior: 90%; 
	}
}

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

	:root { 
		

--anchoFondo: 90vw;
--altoHeader: 52.20vw;
--font1Size: 10.80vw;
--font1Top: 14.40vw;
--fontAmpTop: 25.20vw;
--font1aTop: 32.40vw;
--font1LH: 10.80vw;
--font2Size: 2.88vw;
--font2Top: 43.20vw;
--font2LH: 5.40vw;



--medioTop: 40vw;
	--medioBottom: 35vw;



		--anchoPrincipal: 82vw; 
		--anchoContenedorInterior: 90%; 
	}
}
@media only screen and (max-width: 600px)
{	
		html{	font-size: 6px; }

	:root { 
   
--anchoFondo: 95vw;
		--altoHeader: 102vw;
    --font1Size: 13.4vw;
    --font1Top: 27.6vw;
    --fontAmpTop: 41.2vw;
    --font1aTop: 50.9vw;
    --font1LH: 11.40vw;
    --font2Size: 5.04vw;
    --font2Top: 68.1vw;
    --font2LH: 5.70vw;


--medioTop: 50vw;
	--medioBottom: 38vw;

    --anchoPrincipal: 90vw; 
		--anchoContenedorInterior: 90%; 
		
			--marginTopContenedor: 2.5vw;

		--imagenHeader: url(../../../../../../../recursos/rev/Hoja-de-pa/94022_papel2HeaderM_copia.webp);
			--imagenPie: url(../../../../../../../recursos/rev/Hoja-de-pa/97755_papel2PieM_copia.webp);
	--imagenMedio: url(../../../../../../../recursos/rev/Hoja-de-pa/26894_papel2MedioM_copia.webp);

		--imagenSeparador: url(../../../../../../../recursos/rev/Hoja-de-pa/77110_papel2F2_copia.webp);
		--marginBottomBadgesSave: 35vw;
			--marginBottomMain: 20vw;

	}
	
}
