@import url('https://fonts.googleapis.com/css2?family=Allura&family=Mea+Culpa&family=Oswald:wght@300;400&display=swap');
:root {
  --c_1t: #fff;  /* colo de titulos y fecha */
 
  --c_1: #fff;  /* colo de titulos y fecha */
  --c_1cc: rgba(195, 0, 0,0.80);
  --c_1dd: rgba(195, 0, 0,0.8);
  --c_1_2: rgba(195, 0, 0,0.5); /* una tonalidad del principal mas clara(fondo del timer) */
  --c_1_3: rgba(195, 0, 0,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(0, 0, 0, 0.5);
  
  --c_2: #fff;   /* 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(195, 0, 0,0.87);
  --c_ConfirmarT: #ffffff;
  --c_ConfirmarH: rgba(195, 0, 0,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(0, 0, 0,0.5);
  --c_sliderT1: var(--c_2);
  --c_sliderT2: var(--c_2);
  --c_sliderBorder: rgba(0, 0, 0,0.5);
    
  --f_FF1: 'Allura', serif;
  --f_FFEspecial: 'Mea Culpa', cursive;
  --f_FFRegular: 'Oswald', sans-serif;
	
  --f_F0: 400 normal 7rem var(--f_FF1); /* titulos */
  --f_F1: 400 normal 5rem var(--f_FF1); /* titulos */
  --f_F2: 300 normal 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: 300 normal 3rem var(--f_FFRegular);  /* textos regulares/bloques */
  --f_FRegularMedia: 300 normal 3.2rem var(--f_FFRegular);  /*  botones, listas peques */
  --f_FTimerNumero: 300 normal 6rem var(--f_FFRegular);  /* fuente numeros timer */
  --f_FTimerTexto: 300 normal 3.2rem 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: 90%;
--altoHeader: 29vw;
    --font1Size: 4.3vw;
    --font1Top: 8vw;
    --fontAmpTop: 16vw;
    --font1aTop: 18vw;
    --font1LH: 4vw;
    --font2Size: 2vw;
    --font2Top: 22vw;
    --font2LH: 3.00vw;
	--imagenHeader: url(../../../../../../../recursos/rev/Rosa-Oscur/2691_rosaOscuraH.png);
	--imagenFondo: url(../../../../../../../recursos/rev/Rosa-Oscur/17718_rosaOscuraaFondo.webp);
	--imagenFondoPrincipal: url(../../../../../../../recursos/rev/Rosa-Oscur/62256_rosaOscuraFP.webp);
	--imagenSeparador: url(../../../../../../../recursos/rev/Rosa-Oscur/94551_rosaOscuraF1.webp);
	--imagenFondoTenue: url(../../../../../../../recursos/rev/Rosa-Oscur/80479_rosaOscuraTenue.webp);


	
	--marginTopContenedor: 3vw;
	--marginBottomBadgesSave: 30vw;
	--marginBottomBadges: 2vw;
	--marginBottomMain: 14vw;
}
.cuadroBlanco {
	border:none !important;
	}
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: 7px;
}
.lugarColumnaI{
	width: 38% !important;
}
.lugarColumnaD{
	width: 58% !important;
}
.contenedorScroll
{
  background: 
		var(--imagenHeader) no-repeat top center,
		var(--imagenFondo) repeat-y top center !important; 
  background-size: 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{
	display: none;
}
.headerDinamico_Tb{
	display: none;
}
.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: 2000px)
{	
	html{	font-size: 6.5px; }
	:root { 
			

--anchoFondo: 60vw;
--altoHeader: 34.80vw;
--font1Size: 5.16vw;
--font1Top: 9.60vw;
--font1LH: 4.80vw;
--font2Size: 2.40vw;
--font2Top: 26.40vw;
--font2LH: 3.60vw;



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

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

--anchoFondo: 70vw;
--altoHeader: 40.60vw;
--font1Size: 6.02vw;
--font1Top: 11.20vw;
--font1LH: 5.60vw;
--font2Size: 2.80vw;
--font2Top: 30.80vw;
--font2LH: 4.20vw;




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

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

	:root { 
		
--anchoFondo: 80vw;
--altoHeader: 46.40vw;
--font1Size: 6.88vw;
--font1Top: 12.80vw;
--font1LH: 6.40vw;
--font2Size: 3.20vw;
--font2Top: 35.20vw;
--font2LH: 4.80vw;




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

	:root { 
 
--anchoFondo: 95vw;
    --altoHeader: 88.1vw;
    --font1Size: 13.17vw;
    --font1Top: 21.2vw;
    --font1LH: 14.6vw;
    --font2Size: 6.8vw;
    --font2Top: 69.8vw;
    --font2LH: 7.7vw;


--f_FTimerNumero: 300 normal 6rem var(--f_FFRegular); 


    --anchoPrincipal: 95vw; 
		--anchoContenedorInterior: 100%; 
		
			--marginTopContenedor: 2.5vw;
	--imagenFondoPrincipal: url(../../../../../../../recursos/rev/Rosa-Oscur/53836_rosaOscuraFPM.webp);

		--imagenHeader: url(../../../../../../../recursos/rev/Rosa-Oscur/99424_rosaOscuraHM.webp);
		--imagenSeparador: url(../../../../../../../recursos/rev/Rosa-Oscur/82501_rosaOscuraF2.webp);
		--marginBottomBadgesSave: 35vw;
			--marginBottomMain: 15vw;

	}
	.headerDinamico_Ti{
		left: 2%;
		width: 98%;
	}
}
