@charset "UTF-8";
/* ============================================================
HEADER
============================================================ */
.launch-header {
  background-color: #191c1e;
  color: #1398c5;
  padding: 18px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.launch-header:before,
.launch-header:after {
  content: " ";
  display: table;
}

.launch-header hgroup{
  width: 1000px;
  margin: 0 auto;
}
.launch-header:after {
  clear: both;
}
.launch-header h1{
  font-size: 14px;
  font-style: italic;
  line-height: 41px;
  float: left;
}
.launch-header h2 {
  float: right;
}
.launch-header span {
  padding-left: 18px;
  display: inline-block;
  float: right;
}
.launch-header .logo {
  background-repeat: no-repeat;
  background-image: url('../../images/logo/evangelho.png');
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 200px;
  height: 41px;
  display: block;
  float: left;
  margin-right: 18px;
}

.launch-header .launch-header-title{
  font-size: 14px;
  text-transform: uppercase;
  color: #fefefe;
  padding: 11px 0;
}

.launch-header .launch-header-title span {
  border-left: 1px solid #f0a939;
  padding: 2px 15px;
  vertical-align: middle;
  float: none;
  font-weight: bold;
}

.launch-header .launch-header-title span:first-child {
  border-left: 0;
}

.launch-header .launch-header-button{
  float: right;
  background: #1398c5;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  padding: 7px 20px;
  margin: 6px 0px;
}

.launch-header .launch-header-button:after {
  content: "\f105";
  font-family: fontAwesome;
  margin-left: 7px;
  font-size: 12px;
  position: relative;
  top: -1px;
}

@media (max-width: 991px) {
  .launch-header {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9;
  }

  .launch-socialgallery .launch-socialgallery-title{
    text-align: center;
  }

  .launch-header span {
    display: none;
  }
  .launch-header hgroup{
    width: 90%;
    margin: 0 5%;
  }
}
@media (max-width: 767px) {
  .launch-header h1,
  .launch-header .logo {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .launch-header {
    padding: 34px 0;
  }
}
