/*NIXA AURELIA*/
/*General*/
html, body {
  height: 100%;
}

#ban p {
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body {
  font-family: 'latoregular';
  font-size: 18px;
}

h1 {
  font-family: 'latoblack';
  font-size: 45px;
  position: relative;
}

h3 {
  font-family: 'latoblack';
}

.blue {
  color: #4bc8e3;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

/*header*/
#header {
  width: 100%;
  height: 280px;
  background: url(../img/bg-main.png);
  background-size: cover;
  margin: 0;
}

/*ban*/
#ban {
  height: 200px;
  text-align: center;
}

#logo img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#ban .col-md-6 {
  padding: 20px 0;
  height: 100%;
  color: #fff;
}

.bg-blue {
  background-color: #4bc8e3;
  font-weight: 600;
}

.bg-blue .pdf-link {
  color: white;
  text-decoration: underline;
}

.bg-blue .mail-img {
  transition: all 0.25s;
}

.bg-blue .mail-img:hover {
  transform: scale(1.2);
}

.ban-first {
  width: 40%;
}

.ban-second {
  width: 60%;
}

.ban-second span {
  margin: 0 10px;
}

/*footer*/
#footer {
  background-color: #d9d9d9;
  text-align: center;
}

#footer .col-md-6 {
  margin: 30px 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

#separator {
  height: 80%;
  width: 1px;
  background-color: #b2b2b2;
  float: left;
  position: relative;
}

.last {
  width: 49%;
  text-align: left;
  border-left: 1px solid #5555;
}

.text-acr {
  margin: auto;
  width: 400px;
  position: relative;
}

.text-acr p {
  color: #7f7e7e;
}

@media (max-width: 992px) {
  .ban-first {
    width: 100%;
  }

  .ban-second {
    width: 100%;
  }

  #header {
    height: 300px;
  }

  #ban {
    height: 400px;
  }

  #footer {
    height: 1000px;
  }

  #ban .col-md-6 {
    height: 200px
  }

  #footer .col-md-6 {
    padding: 20px 0;
    height: 230px;
  }

  #separator {
    display: none;
  }

  .last {
    width: 100%;
    text-align: center
  }

  .text-acr {
    margin: auto;
    width: auto;
  }

  @media (max-width: 550px) {
    h1 {
      font-size: 30px
    }

    h3 {
      font-size: 18px;
    }
  }
