/*! familia de fuentes: 'Playfair Display', serif;
familia = Quattrocento: wght @ 400; 700 &*/
@charset "UTF-8";

:root {
/* nombres de lo padres */
  --papasdenovios: 'Baskerville BT Italic';
    /* tipografia de frase principal */
  --frasenovios:  'Baskerville BT Italic';
/* tipografia de menú y textos parrafos */
  --parrafos: 'Edensor-FREE';

  --bold: 'Edensor-FREE';
  /* color de botones */
  --titulos:  'Melinda Script';
/* tipografias que no tiene acento complemento */
  --acento:  'Melinda Script';
  /*  */
  --formulario:'Edensor-FREE';

  --especial: 'Baskerville Light';


    --primario: #82120f;
    --secundario:#82120f;
    --complematario:#766958;
    --terciario: #6b6360;
    --claro: #ffffff;
    --opacidad: #14141450;
}



body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}



body {

font-family: Arial, Helvetica;
letter-spacing: 0.02em;
 font-weight: 400;
-webkit-font-smoothing: antialiased; 

}

*, *:before, *:after {
  box-sizing: border-box;
}

section{
  background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: top;
background-image: url(../image/acuarela2.jpg);
filter: grayscale(2%);
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
-webkit-font-smoothing: antialiased; 

}

.momograma{
    width: 100%;
margin: 10px auto;
}

.blurred-box{
  position: relative;
  width: 50%;
  min-width: 350px;
  height: 50%;
  margin: auto;
  background: inherit;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: #ffffff77 0 1px 20px 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.blurred-box:after{
 content: '';
 width:100%;
 height: 100%;
 background: inherit; 
 position: absolute;

 bottom: 0;
 box-shadow: inset 0 0 0 500px rgba(255, 255, 255, 0.05);
 filter: blur(4px);
}


.user-login-box{
  width: 30%;
  position: relative;
  text-align: center;
  z-index: 1;
  font-size: 100%;
  color: aliceblue;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.boton {
    color: var(--claro);
    background: var(--secundario);
    padding: 15px 17px;
    border-radius: 5rem;
    font-size: 15px;
    box-shadow: 0px 2rem 30px 0px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    margin: auto 0 ;


