@import url(http://fonts.googleapis.com/css?family=Comfortaa);
* {
  margin: 0;
}
body {
  background: url(https://upload.selida.com.br/dominio_bg.jpg);
  font-family: 'Comfortaa', sans-serif;
}
.container {
  width: 69%;
  margin: 0 auto;
}
h1 { 
  font-size: 36px;
  font-weight: 400; 
  color: #82a0b0;
}
.box-top {
  padding-top:140px; 
}
.box-top p {
  font-size: 20px;
  color: #82a0b0;
  width: 59%;
  padding-top: 20px;
  font-weight: 400;
}
.box-slogan, .box-logo {
  width: 50%;
  float: left;
}

.box-slogan h3 {
  font-size: 22px;
  color: #82a0b0;
  text-align: center;
  font-weight: normal;
  line-height: 21px;
}
.row {
  width: 64%;
  padding-top: 173px;
}