@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&display=swap');
html,
body {
  height: 100%;
  margin: 0;
  background-color:white;
  font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
  color:black;
}


h1{
  
  font-size: 1.5rem;
  color:#383
  
}
h2{
  font-size: 1.5rem;
  color:#383
}
h3{
  font-size: 1rem;
  font-weight: 100;
  
}
.h1{
  font-weight: 700;
  font-size: 2rem;
  font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
}

.bold{
  font-weight: 600;
}

.centrar{
  display: flex;
  justify-content: center;
}

.margin-left{
  margin-left: 1rem;
}
.margin-right{
  margin-right:1rem
}
.margen-top{
  margin-top: 2rem;
}

.form-row{
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
}
.logo{
  width: 150px;
  margin: 2rem;
  margin-left: 1rem;
}
.title{
  background-color: #eeeeee;
  height: 90px;
}
video{
  height: 230px;
    width: 400;
    box-shadow: 0em 0em 0.1em 0.1em #393;
    -webkit-box-shadow: 0 0.1em 1em black;

}

:root {
  --color-green: #00ffffa9;
  --color-red: #6e6a69;
  --color-button: #00FFFF;
  --color-black: #000;
}