@charset "utf-8";
/* CSS Document */

.flex-container {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  background-color: #3b6798;
  justify-content: center;
}

.flex-item-1, .flex-item-3 {
  width: 20%;
  justify-content: center;
  text-align: center;
  font-size: 2vw;
}

.flex-item-2 {
  /* styles here */
  width: 40%;
  justify-content: center;
  text-align: center;
  font-size: 2vw;
}

.bgimg-black {
	background-image: url("../images/black-aguarde.png");
	min-height: 720px;
}

