body,h1 {font-family: "Raleway", sans-serif}
body,h2 {font-family: "Raleway", sans-serif}
body,h3 {font-family: "Raleway", sans-serif}

body, html {height: 100%}
body, html {background-color: #ebe7ef}

.bgimg {
  background-image: url('../img/barras_fondo1.jpg');
  min-height: 100%;
  background-position: center;
  background-size: cover;
}

.bgimg img{
    width:35%;
}

.bgimg h1{
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

.bgimg p{
  font-size: 20px;
  font-weight: 500;
}

.header {
  background-color: #613d8d;
  padding:40px 0;
  align-items: center;
}

.header img{
  max-width: 50%;
  max-height: 200px;
}

.header h1{
  font-size: 60px;
  font-weight: 700;
}

.section {
  background-color: #ebe7ef;
  padding:40px 0;
}

.section input{
  font-style: italic;
}

.section img{
  display: block;
  margin:auto;
  max-width: 100%;
  max-height: 800px;
}
