

@import url('https://fonts.googleapis.com/css2?family=Parisienne&family=Dosis:wght@200&family=Lato:wght@200&display=swap');
@font-face {
  font-family: 'Soullmate';
  src: url('Soullmate.woff2') format('woff2');
}
:root {

  --c_1: #000000;  /* colo de titulos y fecha */
  --c_1cc: rgba(0, 0, 0, 0.80);
  --c_1dd: rgba(0, 0, 0, 0.87);
  --c_1_2: rgba(0, 0, 0, 0.6); /* una tonalidad del principal mas clara(fondo del timer) */
  --c_1_3: rgba(0, 0, 0, 0.3); /* una tonalidad del principal mas oscura */

  --c_alpha4: rgba(0, 0, 0, 0.8); /* colores alpha para parallax */
  --c_alpha5: rgba(0, 0, 0, 0.5);
  --c_alpha6: rgba(0, 0, 0, 0.2);

  --c_2: #000000;   /* color de textos */

  --c_3: #000000;   /* 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_audio: #000000;

  --c_ConfirmarB:  rgba(0, 0, 0, 0.87);
  --c_ConfirmarT: #ffffff;
  --c_ConfirmarH: rgba(0, 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.80);
  --c_sliderT1: #FFFFFF;
  --c_sliderT2: #FFFFFF;
  --c_sliderBorder: var(--c_1);
    
    
  --f_FF1: 'Dosis', sans-serif;
  --f_FFEspecial: 'Parisienne', sans-serif;
  --f_FFRegular: 'Lato', monospace;

  --f_F0: 200 normal 3.5rem var(--f_FF1); /* titulos */
  --f_F1: 200 normal 3.5rem var(--f_FF1); /* titulos */
  --f_F2: 200 normal 3.5rem var(--f_FF1); /* subtitulos/texto, listas grandes */

  --f_FEspecial: 100 normal 4rem var(--f_FFEspecial); /* cursivas */
  --f_FEspecialPeque: 100 normal 3rem var(--f_FFEspecial);

  --f_FRegular: 200 normal 2rem var(--f_FFRegular);  /* textos regulares/bloques  */
  --f_FRegularMedia: 200 normal 2.5rem var(--f_FFRegular);  /*  botones, listas peques */
  --f_FTimerNumero: 200 normal 2.5rem var(--f_FFRegular);  /* fuente numeros timer */
  --f_FTimerTexto: 200 normal 1.5rem var(--f_FFRegular);  /* fuente texto timer, listanormal */

  --line-height: 4rem;
  --border-radius: 1.2rem; /* aplica a imagenes de galerias */
  --letter-spacing: 0.3rem;

    --anchoScroll: 40vw;
    --headerAlto: 16vw;
    --headerFont: 4vw;
    --headerFontP: 7vw;
    --headerPadding: 3vw;
    --headerLineHeight: 8vw;
    
    --imagenBorder: 10vw;
    --imagenAncho: 20vw;
}

html{
  background-color: #333 !important;

}

.imagenSola
{
    border-top-right-radius: var(--imagenBorder) !important;
    border-top-left-radius: var(--imagenBorder) !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    width:  var(--imagenAncho) !important
        
}

.imagenSola2
{
    padding: 0px;
    width:  100% !important;
}
.imagenSola2 img
{
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    width:  100% !important;
        
}

.sliderCard{
  border: 0px !important
}


.cuadroBlanco .textos_Ti1{
    color: #FFFFFF !important;
}

.mensajesCard{
    border: 0px !important;
    margin-left: 1px;
    margin-right: 1px;
    overflow: hidden;
}

.contenedorScroll
{
  background-color: transparent;
 outline: 1px solid black;
outline-offset: -10px;
    box-sizing: border-box;
    padding: 10px;
          background: url(https://www.invitacionesparaeventos.com/recursos/rev/Sueo-de-Fe/77003_suenoFerCarlosFondo.webp) repeat top left !important;

}
.mb_main{ padding-bottom: 8rem; }


.headerDinamico_Ti,.headerDinamico_Te,.headerDinamico_Ta
{
  color:#000;
  -webkit-background-clip:text;
  font-size: var(--headerFont) !important;
  line-height: var(--headerLineHeight) !important;
  filter: none;

}
.headerDinamico_Ta {
    font-size: 3vw !important;
    margin-top: -3vw;
    margin-bottom: -3vw;
}
.headerDinamico_Tb
{
  color: var(--c_1) !important;
  -webkit-text-fill-color: var(--c_1) !important;
    font: 400 normal 4rem  'Cormorant Garamond', serif !important;
}
.fecha_Fe
{
  color: var(--c_1) !important;
  -webkit-text-fill-color:var(--c_1) !important;
  text-shadow: none;
  font-size: 9rem !important;
}

.lNormalCont
{
    width: 100% !important;
}
.lNormalColumnaI
{
    width: 58% !important;
}
.lNormalColumnaD
{
    width: 38% !important;
}
.lNormalColumnaI img,.lNormalColumnaD img
{
    border-top-right-radius: var(--imagenBorder) ;
    border-top-left-radius: var(--imagenBorder) ;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width:  var(--imagenAncho)
}
.lNormal_Te1Especial
{
    font: var(--f_FEspecial);
    font-size: 4rem !important;
    line-height: 5rem !important; 
    color: var(--c_1) !important;
}
.lNormalColumnaX
{
    border-top-right-radius: var(--border-radius) !important;
    border-top-left-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
    border-bottom-left-radius: var(--border-radius) !important;
    width:  var(--imagenAncho) !important
}
.saludoTitulo
{
    font: 200 normal 3.5rem  'Cormorant Garamond', serif; /* subtitulos/texto, listas grandes */
}

.endAlign{
    justify-content: end;
}

@media only screen and (max-width: 1600px)
{
  :root{
    

--anchoScroll: 70vw;
--headerAlto: 28.00vw;
--headerFont: 7.00vw;
--headerFontP: 12.25vw;
--headerPadding: 5.25vw;
--headerLineHeight: 14.00vw;
--imagenBorder: 17.50vw;
--imagenAncho: 35.00vw;

  }
}
@media only screen and (max-width: 1300px)
{
  :root{
    

--anchoScroll: 70vw;
--headerAlto: 28.00vw;
--headerFont: 7.00vw;
--headerFontP: 12.25vw;
--headerPadding: 5.25vw;
--headerLineHeight: 14.00vw;
--imagenBorder: 17.50vw;
--imagenAncho: 35.00vw;




  }
}
@media only screen and (max-width: 1000px)
{
  :root{
    

--anchoScroll: 80vw;
--headerAlto: 32.00vw;
--headerFont: 8.00vw;
--headerFontP: 14.00vw;
--headerPadding: 6.00vw;
--headerLineHeight: 16.00vw;
--imagenBorder: 20.00vw;
--imagenAncho: 40.00vw;




  }
}
@media only screen and (max-width: 600px)
{
  :root{
    

--anchoScroll: 95vw;
--headerAlto: 38.00vw;
--headerFont: 9.50vw;
--headerFontP: 16.63vw;
--headerPadding: 7.13vw;
--headerLineHeight: 19.00vw;
--imagenBorder: 25vw;
--imagenAncho: 50vw;



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

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

    --f_FRegular: 200 normal 2.6rem var(--f_FFRegular);  /* textos regulares/bloques  */
    --f_FRegularMedia: 200 normal 3.0rem var(--f_FFRegular);  /*  botones, listas peques */
    --f_FTimerNumero: 200 normal 5rem var(--f_FFRegular);  /* fuente numeros timer */
    --f_FTimerTexto: 200 normal 3.5rem var(--f_FFRegular);  /* fuente texto timer, listanormal */
  }
  .mb_main{ margin-bottom: 0rem;}
    
    .lNormalColumnaI
    {
        width: 58% !important;
    }
    .lNormalColumnaD
    {
        width: 38% !important;
    }
    .contenedorScroll
    {
     
     outline: none;
    outline-offset: 0px;

    }

}
