@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,700|Source+Sans+Pro:400,600");

/*=================================================================
						Cursos on line
==================================================================*/


/*Boas Vindas*/

.ead {
  background-image: url("../images/slider/slider-bg-11.jpg");
  background-size: cover;
  height: 85vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ead:before {
  content: '';
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ead .block {
  color: #fff;
}

.ead .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;

}

.ead .block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}

.ead .block .btn-main {
  margin-right: 8px;
}

.ead .block .btn-main:hover {
  opacity: .8;
}

.box-ead{
	
	padding-top:30px;
	border-bottom: solid 1px red;
}
