@import url('https://fonts.googleapis.com/css2?family=Cuprum&family=Noto+Sans:wght@300;400&family=Sacramento&display=swap');
:root {
  --c_1t: #d8c6ee;  /* colo de titulos y fecha */
 
  --c_1: #ffffff;  /* colo de titulos y fecha */
  --c_1cc: rgba(41, 19, 69,0.80);
  --c_1dd: rgba(41, 19, 69,0.8);
  --c_1_2: rgba(41, 19, 69,0.5); /* una tonalidad del principal mas clara(fondo del timer) */
  --c_1_3: rgba(41, 19, 69,0.2); /* 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.3);
  
  --c_2: #ffffff;   /* 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(41, 19, 69,0.87);
  --c_ConfirmarT: #ffffff;
  --c_ConfirmarH: rgba(41, 19, 69,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);
  --c_sliderT1: #FFF;
  --c_sliderT2: #FFF;
  --c_sliderBorder: #var(--c_1);
	
  --f_FF1: 'Noto Sans', serif;
  --f_FFEspecial: 'Sacramento', cursive;
  --f_FFRegular: 'Cuprum', sans-serif;
	
  --f_F0: 400 normal 5rem var(--f_FF1); /* titulos */
  --f_F1: 400 normal 4rem var(--f_FF1); /* 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;
	
  --imagenSeparador: url(../../../../../../../recursos/rev/Mundo-Rojo/88852_mundoRojo1F1_copia.webp);
	--imagenFondoTenue: url(../../../../../../../recursos/rev/Mundo-Rojo/88852_mundoRojo1F1_copia.webp);
	
	--anchoFondo: 50vw;
	--anchoPrincipal: 50vw;
	--anchoContenedorInterior: 80%;

	--altoHeader: 100vh;
	--font1Size: 8vw;
	--font1LH: 9vw;
	--font2Size: 3vw;
	--font2LH: 4vw;

	--marginTopContenedor: 0vw;
	--marginBottomBadgesSave: 3vw;
	--marginBottomBadges: 2vw;
	--marginBottomMain: 3vw;
	
		

}
.videoFondoOverlay {
	position: fixed;
	top: 0%;
	left: 0%;
	right:0%;
	bottom: 0%;
	background-color: rgba(0, 0, 0, 0.7) !important;
	opacity: 0;
	transition: opacity 0.3s;
}

html
{
  background-color: #000 !important;
	font-size: 9px;
}
.mensajesCard{
	color: var(--c_sliderT1);
}
.fecha_Fe{
	font-size: 7rem !important;
}
.contenedorScroll
{
	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_CInterior{
		display: flex;
	flex-direction: column;
	align-items: center;
      justify-content: center;
	height: 100vh;
	position: absolute
}
.headerDinamico_Ti{
	font-size: var(--font1Size);
	line-height: var(--font1LH);
	color: var(--c_1t);
}
.headerDinamico_Te{
	font-size: var(--font2Size);
	line-height: var(--font2LH);
	color: var(--c_1t);
}
.headerDinamico_Ta{
			display: none;
}
.headerDinamico_Tb{
	display: none;
}
.headerDown{
	stroke: var(--c_1t);
	fill: var(--c_1t);
}
.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;
}

.desarrolloContDemo{
	display: none;
}

@media only screen and (max-width: 1600px)
{	
	html{	font-size: 7px; }
	:root { 
		--anchoFondo: 70vw;
		--anchoPrincipal: 70vw; 
		--anchoContenedorInterior: 85%; 
	}
}

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

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

	:root { 
   
--anchoFondo: 95vw;
	

			--font1Size: 10vw;
	--font1LH: 12vw;
	--font2Size: 6vw;
	--font2LH: 7vw;
		
    --anchoPrincipal: 95vw; 
	--anchoContenedorInterior: 90%; 
	--marginBottomBadgesSave: 15vw;
	--marginBottomMain: 10vw;
	}
	
}

