@import url('https://fonts.googleapis.com/css2?family=Parisienne&family=Playfair+Display&family=Raleway:wght@300;400&display=swap');
:root {
   
  --c_1: #D9464A;  /* colo de titulos y fecha */
  --c_1cc: rgba(217, 70, 74,0.80);
  --c_1dd: rgba(217, 70, 74,0.8);
  --c_1_2: rgba(217, 70, 74,0.5); /* una tonalidad del principal mas clara(fondo del timer) */
  --c_1_3: rgba(217, 70, 74,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.3);
  
  --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(217, 70, 74,0.87);
  --c_ConfirmarT: #ffffff;
  --c_ConfirmarH: rgba(217, 70, 74,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: var(--c_alpha6);
  --c_sliderT1: var(--c_2);
  --c_sliderT2: var(--c_1);
  --c_sliderBorder: #var(--c_1);
    
  --f_FF1: 'Playfair Display', cursive;
  --f_FFEspecial: 'Parisienne', cursive;
  --f_FFRegular: 'Raleway', 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;
  	
    --anchoPrincipal: 50vw;
    --anchoContenedorInterior: 80%;
--anchoFondo: 60vw;
--altoHeader: 23.00vw;
--font1Size: 6.83vw;
--font1Top: 6.67vw;
--font1LH: 7.50vw;
--font2Size: 1.67vw;
--font2Top: 13.00vw;
--font2LH: 2.00vw;

	--imagenHeader: url(../../../../../../../recursos/rev/Mscaras-IV/15876_mascara4H.webp);
	--imagenFondo: url(../../../../../../../recursos/rev/Mscaras-IV/19684_mascara4Fondo.webp);
	--imagenSeparador: url(../../../../../../../recursos/rev/Mscaras-IV/98116_mascara4F1.webp);
	--imagenFondoTenue: url(../../../../../../../recursos/rev/Mscaras-IV/48024_mascara4Tenue.webp);
	--marginTopContenedor: 0;
	--marginBottomBadgesSave: 25vw;
	--marginBottomBadges: 2vw;
}

html{
	
	background: var(--imagenFondo) repeat-y top center !important;
	background-size: 100% auto !important;
	background-color: #000 !important;
	font-size: 8px;
}
.contenedorScroll
{
  background: 
		var(--imagenHeader) no-repeat 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);
	left: 50%;
  width: 45%;
	background: rgb(237,85,90);
  background: linear-gradient(180deg, rgba(237,85,90,1) 0%, rgba(226,77,77,1) 35%, rgba(149,22,53,1) 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fecha_Fe{
	background: rgb(237,85,90);
  background: linear-gradient(180deg, rgba(237,85,90,1) 0%, rgba(226,77,77,1) 35%, rgba(149,22,53,1) 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.headerDinamico_Te{
	font-size: var(--font2Size);
	top: var(--font2Top);
	line-height: var(--font2LH);
	left: 50%;
  width: 45%;
}
.separadorImagenSola img{
	content: var(--imagenSeparador);
	width: 100% !important;
}
.fondoTenue{
	background: var(--imagenFondoTenue) no-repeat center center; 
  background-size: contain;
}


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

--anchoFondo: 70vw;
--altoHeader: 26.83vw;
--font1Size: 7.97vw;
--font1Top: 7.78vw;
--font1LH: 8.75vw;
--font2Size: 1.95vw;
--font2Top: 15.17vw;
--font2LH: 2.33vw;


		--anchoPrincipal: 60vw; 
		--anchoContenedorInterior: 75%; 
	}
}

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

	:root { 
		

--anchoFondo: 80vw;
--altoHeader: 30.67vw;
--font1Size: 9.11vw;
--font1Top: 8.89vw;
--font1LH: 10.00vw;
--font2Size: 2.23vw;
--font2Top: 17.33vw;
--font2LH: 2.67vw;
		--anchoPrincipal: 70vw; 
		--anchoContenedorInterior: 90%; 
	}
}

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

	:root { 
		
--anchoFondo: 90vw;
--altoHeader: 34.50vw;
--font1Size: 10.25vw;
--font1Top: 10.01vw;
--font1LH: 11.25vw;
--font2Size: 2.51vw;
--font2Top: 19.50vw;
--font2LH: 3.00vw;

		--anchoPrincipal: 90%; 
		--anchoContenedorInterior: 90%; 
	}
}
@media only screen and (max-width: 600px)
{	
	html{	font-size: 6px; }
	.headerDinamico_Ti,.headerDinamico_Te{
			left: 5% !important;
			width: 90% !important;
		}
	:root { 
    --anchoFondo: 100vw;
    --altoHeader: 127vw;
    --font1Size: 19.67vw;
    --font1Top: 89.33vw;
    --font1LH: 21vw;
    --font2Size: 7.33vw;
    --font2Top: 112vw;
    --font2LH: 3.83vw;
    --anchoPrincipal: 100%; 
		--anchoContenedorInterior: 95%; 
		
		--imagenHeader: url(../../../../../../../recursos/rev/Mscaras-IV/50896_mascara4HM.webp);
		--imagenSeparador: url(../../../../../../../recursos/rev/Mscaras-IV/80662_mascara4F2.webp);
		--marginBottomBadgesSave: 12vw;
	}
	
}