/* Fonts from Google Fonts - more at https://fonts.google.com */
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');*/

html {
    height: 100%;
}

body {
  height: 100%;
  background-color: #FFF;
  /*font-family: "Open Sans", sans-serif;*/
  padding: 0;
  font-size: 18px;
  margin: 0;
  color: #444;

  background-image: url('background.png');
}


.flex-container {
  display: flex;
  flex-direction: column;
}

#seccao1 {
  width: 100%;
  text-align: center;
  background-color: #FFF;
  padding-top: 150px;
  margin-left: auto;
  margin-right: auto;
  /*height: 400px;*/
}
#seccao2 {
  background-image: url('background.png');
  /* height: 500px; */
  height: 500px;
}


h1 {
  font-size: 32px;
}
/*
#logo {
    display: block;
    padding-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
}
p.frase {
  padding-bottom: 70px;
  font-size: 18px;
  color: #2196F3;
  text-align: center;
  font-weight: 700;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #d26b6e;
}
*/