body {
  font: 16px Raleway, Tahoma, Verdana;
  overflow-x: hidden; }

p {
  text-align: justify;
  line-height: 30px; }

h1 {
  font-family: Quicksand, Raleway, Tahoma;
  font-weight: 700;
  text-align: center; }

h1, h2, h3, h4 {
  font-weight: 700; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999; }

section {
  padding: 80px 0;
  width: 100%;
  float: left; }

.fotos img {
  border-radius: 5px;
  margin-bottom: 10px; }

.banner {
  margin-top: -50px;
  top: 0;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  position: relative; }
  .banner h1 {
    width: 100%;
    text-align: center;
    margin-top: -25%;
    color: #FFF;
    text-transform: uppercase;
    position: absolute; }

.navbar-light .navbar-nav .nav-link {
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold; }

.navbar-light .navbar-nav .nav-link:hover {
  color: #FFF12C; }

.color {
  background: rgba(8, 36, 60, 0.8); }

.navbar-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.footer {
  width: 100%;
  float: left;
  margin: 50px 0 0 0;
  color: #FFF; }
  .footer h4 {
    font-weight: bold;
    color: #FFF12C; }
  .footer a {
    color: #FFF;
    text-decoration: none;
    margin-left: 20px; }
    .footer a:hover {
      color: #1E70B9; }
  .footer-top {
    background: #09233A;
    padding: 20px 0; }
  .footer-bottom {
    background: #0D131C;
    padding: 20px 0; }
    .footer-bottom a {
      font-size: 1.2em; }
    .footer-bottom .col-12:last-child {
      text-align: right; }

.btn-info {
  background: #1E70B9;
  color: #FFF; }
  .btn-info:hover {
    background: #09233A;
    color: #FFF12C; }

.icon {
  color: #FFF;
  background: #1E70B9;
  border-radius: 5px;
  padding: 20px;
  float: left;
  margin: 5px auto;
  text-align: center;
  width: 180px;
  height: 180px;
  text-decoration: none; }
  .icon:hover {
    color: #FFF12C;
    background: #09233A; }
  .icon p {
    margin-top: 20px; }

@media (max-width: 480px) {
  .navbar-light .navbar-brand img {
    width: 250px !important;
    height: 70px; }

  .navbar-light {
    background: #08243c !important; }

  .navbar-toggler {
    background: #FFF; }

  .icon {
    width: 100%; }

  .banner {
    padding-top: 120px; }

  .banner h1 {
    font-size: 1.5em; } }

/*# sourceMappingURL=style.css.map */
