@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Roboto:wght@300;400&family=Source+Serif+4:opsz@8..60&display=swap');
:root {
--c_1t: #FFFFFF;  /* colo de titulos y fecha */
--c_1: #FFBF57;  /* colo de titulos y fecha */
--c_1cc:rgba(255,191,87,0.8);
--c_1dd:rgba(255,191,87,0.8);
--c_1_2:rgba(255,191,87,0.5); /* una tonalidad del principal mas clara(fondo del timer) */
--c_1_3:rgba(255,191,87,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: #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: var(--c_1);
--c_ConfirmarT: var(--c_3);
--c_ConfirmarH: var(--c_1cc);--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.7);
--c_sliderT1: var(--c_2);
--c_sliderT2: var(--c_2);
--c_sliderBorder: #var(--c_1);

--c_subtitulo: #FFFFFF;


  --f_FFsubtitulo:  "Source Serif 4", serif;
  --f_FF1:  "Source Serif 4", serif;
  --f_FFEspecial: "Great Vibes", cursive;
  --f_FFRegular: "Roboto", sans-serif;

	
  --f_F0: 400 normal 4.5rem var(--f_FF1); /* titulos */
  --f_F1: 400 normal 3.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: 300 normal 2.8rem var(--f_FFRegular);  /* textos regulares/bloques */
  --f_FRegularMedia: 300 normal 3.2rem var(--f_FFRegular);  /*  botones, listas peques */
  --f_FTimerNumero: 200 normal 6rem var(--f_FFRegular);  /* fuente numeros timer */
  --f_FTimerTexto: 300 normal 2.6rem var(--f_FFRegular);  /* fuente texto timer, listanormal */

	
  --line-height: 5rem;
  --border-radius: 1.2rem; /* aplica a imagenes de galerias */
  --letter-spacing: 0.3rem;
       
	
    --anchoFondo: 40vw;
    --anchoPrincipal: 40vw;
    --altoHeader: 41vw;
    --font1Size: 6.2vw;
    --font1Top: 30vw;
    --fontAmpTop: 24.8vw;
    --font1aTop: 27vw;
    --font1LH: 6vw;
    --font2Size: 1.7vw;
    --font2Top: 36.5vw;
    --font2LH: 3.00vw;
    --marginTopContenedor: 2vw;
    --marginBottomBadgesSave: 27vw;
    --marginBottomBadges: 2vw;
    --marginBottomMain: 29vw;
    --anchoContenedorInterior: 90%;
--imagenSeparador: url(../../../../../../../recursos/rev/Mariposa-I/4867_mariposaIF1.webp);
--imagenFondo: url(../../../../../../../recursos/rev/Mariposa-I/48202_mariposaIFondo.webp);
--imagenFondoPrincipal: url(../../../../../../../recursos/rev/Mariposa-I/1332_mariposaIFP.webp);
--imagenHeader: url(../../../../../../../recursos/rev/Mariposa-I/27964_mariposaIH.webp);
--imagenTenue: url(../../../../../../../recursos/rev/Mariposa-I/15006_mariposaITenue.webp);
--imagenPie: url(../../../../../../../recursos/rev/Mariposa-I/9259_mariposaIPie.webp);




}

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;
}
.imagenSolaMovil100{
	width: var(--anchoPrincipal) !important;
		padding: 0rem !important;
	margin-top: 2rem;
	margin-bottom: 2rem;
	position:relative;
  display:inline-block;

}
.imagenSolaMovil100 img{
	width: 100% !important;
}
/*
.imagenSolaMovil100:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(25, 27, 41,1) 0%, rgba(25, 27, 41,0) 12%, rgba(25, 27, 41,0) 84%, rgba(25, 27, 41,1) 98%, rgba(25, 27, 41,1) 100%);
}*/


.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);
}
.contenedorScrollI{
	display: block !important;
}
.contenedorScrollI1
{
	display: block !important;
	position:absolute;
	background-color: transparent!important;
  top: 15vw;
	bottom: 15vw;
	width: 100%;
  background:	var(--imagenMedio) repeat-y top center;
  background-size: var(--anchoFondo) auto;
  z-index: -999;
}
.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);
	filter: drop-shadow(5px 5px 3px #FFBF57)

}
.headerDinamico_Ta{
	font-size: var(--font1Size);
	top: var(--font1aTop);
	line-height: var(--font1LH);
		color: var(--c_1t);


}
.headerDinamico_Tb{
	font-size: calc(var(--font1Size)*.9);
	top: var(--fontAmpTop);
	line-height: calc(var(--font1LH)*.9);
		color: var(--c_1t);

}
.headerDinamico_Te{
	font-size: var(--font2Size);
	top: var(--font2Top);
	line-height: var(--font2LH);
  font-family: var(--f_FFsubtitulo) !important;
  color: var(--c_subtitulo) !important;

}
.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;
}
.fecha_Fe{
	font-size: calc(var(--font1Size)*.6) !important;
}
.textoFrase{
	  font-family: var(--f_FFEspecial) !important;
	color: var(--c_1) !important;
	font-size: 5rem;
	line-height: 8rem;
}
.cuadroBlanco{
	width: 80%;
}

@media only screen and (max-width: 2000px)
{
  html{	font-size: 7.5px; }
  :root {
    --anchoFondo: 60vw;
    --anchoPrincipal: 60vw;
    --altoHeader: 61.5vw;
    --font1Size: 9.3vw;
    --font1Top: 45vw;
    --fontAmpTop: 37.2vw;
    --font1aTop: 40.5vw;
    --font1LH: 9vw;
    --font2Size: 2.55vw;
    --font2Top: 54.75vw;
    --font2LH: 4.5vw;
    --marginTopContenedor: 3vw;
    --marginBottomBadgesSave: 40.5vw;
    --marginBottomBadges: 3vw;
    --marginBottomMain: 43.5vw;
  }
}


@media only screen and (max-width: 1600px)
{
  html{	font-size: 7px; }
  :root {
    --anchoFondo: 70vw;
    --anchoPrincipal: 70vw;
    --altoHeader: 71.75vw;
    --font1Size: 10.85vw;
    --font1Top: 52.5vw;
    --fontAmpTop: 43.4vw;
    --font1aTop: 47.25vw;
    --font1LH: 10.5vw;
    --font2Size: 2.975vw;
    --font2Top: 63.875vw;
    --font2LH: 5.25vw;
    --marginTopContenedor: 3.5vw;
    --marginBottomBadgesSave: 47.25vw;
    --marginBottomBadges: 3.5vw;
    --marginBottomMain: 50.75vw;
  }
}


@media only screen and (max-width: 1300px)
{
  html{	font-size: 6.5px; }
  :root {
    --anchoFondo: 80vw;
    --anchoPrincipal: 80vw;
    --altoHeader: 82vw;
    --font1Size: 12.4vw;
    --font1Top: 60vw;
    --fontAmpTop: 49.6vw;
    --font1aTop: 54vw;
    --font1LH: 12vw;
    --font2Size: 3.4vw;
    --font2Top: 73vw;
    --font2LH: 6vw;
    --marginTopContenedor: 4vw;
    --marginBottomBadgesSave: 54vw;
    --marginBottomBadges: 4vw;
    --marginBottomMain: 58vw;
  }
}


@media only screen and (max-width: 900px)
{
  html{	font-size: 6px; }
  :root {
    --anchoFondo: 90vw;
    --anchoPrincipal: 90vw;
    --altoHeader: 92.25vw;
    --font1Size: 13.95vw;
    --font1Top: 67.5vw;
    --fontAmpTop: 55.8vw;
    --font1aTop: 60.75vw;
    --font1LH: 13.5vw;
    --font2Size: 3.825vw;
    --font2Top: 82.125vw;
    --font2LH: 6.75vw;
    --marginTopContenedor: 4.5vw;
    --marginBottomBadgesSave: 60.75vw;
    --marginBottomBadges: 4.5vw;
    --marginBottomMain: 65.25vw;
  }
}


@media only screen and (max-width: 600px)
{
  html{	font-size: 5px; }
  :root {
    --anchoFondo: 95vw;
    --anchoPrincipal: 95vw;
    --altoHeader: 102.5vw;
    --font1Size: 15.5vw;
    --font1Top: 75vw;
    --fontAmpTop: 62vw;
    --font1aTop: 67.5vw;
    --font1LH: 15vw;
    --font2Size: 4.25vw;
    --font2Top: 91.25vw;
    --font2LH: 7.5vw;
    --marginTopContenedor: 2.5vw;
    --marginBottomBadgesSave: 67.5vw;
    --marginBottomBadges: 5vw;
    --marginBottomMain: 72.5vw;






    --anchoContenedorInterior: 90%;




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


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

--imagenSeparador: url(../../../../../../../recursos/rev/Mariposa-I/61158_mariposaIF2.webp);

		

	}
	.headerDinamico_Ti,.headerDinamico_Te{
		left:2vw;
		width: 96vw;
	}
	
}
