body {
  background-color: #FFF;
  margin: 0 auto;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

h2 {
  text-align: center;
  font-size: 28px;
  color: #004c63;
}

header {
  background-color: #004c63;
  text-align: center;
  position: fixed;
  padding: 10px 0;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  z-index: 10;
}
header .header-yt {
  text-align: center;
  position: relative;
  top: 10px;
}
header .header-yt span {
  line-height: 48px;
  vertical-align: middle;
  text-align: center;
  color: #bed7ee;
}
header .fa-header {
  vertical-align: middle;
}
header a.header-link {
  text-decoration: none;
}
header .header-title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2.5px;
}
header .header-num {
  font-size: 20px;
  font-weight: 900;
  vertical-align: baseline;
  line-height: normal;
}
@media (max-width: 576px) {
  header {
    padding: 5px 0;
    width: 100%;
    height: 80px;
    z-index: 10;
    position: static;
  }
  header .header-title {
    font-size: 30px;
    text-align: center;
    color: #bed7ee;
  }
  header i.fa-header {
    font-size: 40px;
  }
}

.fa-facebook-square {
  color: #4a67ad;
}

.fa-instagram {
  color: #dc54a1;
}

.fa-youtube {
  color: #df5b5e;
}

.fa-twitter {
  color: #4ca0ec;
}

section.page-body {
  padding: 110px 0;
}
@media (max-width: 576px) {
  section.page-body {
    padding: 0;
  }
}

footer {
  background-color: #004c63;
  color: #DBE9EE;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  align-items: center;
  text-align: center;
}
footer .contact div {
  padding-top: 8px;
}
footer .contact a {
  font-size: 20px;
}
footer .contact a:hover {
  color: #00a9bd;
}
footer i:hover {
  color: #00a9bd;
}
footer img {
  vertical-align: bottom;
  opacity: 0.85;
}
footer .footer-text {
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
footer .text-info {
  margin: auto;
}
@media (max-width: 576px) {
  footer {
    height: 240px;
    position: static;
    bottom: 0;
  }
  footer .footer-text {
    position: static;
  }
  footer .fab {
    font-size: 90px;
  }
}

.show-sm {
  display: none;
  text-align: center;
}
.show-sm img {
  height: 120px;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .show-sm {
    display: block;
  }
}

@media (max-width: 576px) {
  .hide-sm {
    display: none;
  }
}

/*
 *****************************************************************************
 *** PAGES - HOME
 *****************************************************************************
*/
section {
  margin: auto;
}

strong {
  font-weight: 900;
  font-size: large;
}

.banner {
  text-align: center;
}

.banner-text {
  padding: 0 15px;
  align-content: center;
  margin: auto;
}

.banner-line {
  width: 60%;
}

.banner a {
  margin-bottom: 10px;
  background-color: #565ac8;
}

.img-orig {
  background-size: cover;
  background: url("../img/original.jpg") no-repeat center center;
  height: 300px;
  margin: 10px 0;
}

.img-1 {
  background-size: cover;
  background: url("../img/vacas.jpg") no-repeat center center;
  height: 300px;
  margin: 10px 0;
}

.img-2 {
  background-size: cover;
  background: url("../img/navio.jpg") no-repeat center center;
  height: 300px;
  margin: 10px 0;
}

.img-3 {
  background-size: cover;
  background: url("../img/cidade.jpg") no-repeat bottom center;
  height: 300px;
  margin: 10px 0;
}
