@charset "UTF-8";

html {
  font-family: sans-serif;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oxygen", arial;
}

.clearfix::after,
.row::after {
  content: " ";
  display: block;
  clear: both;
}

.button {
  display: inline-block;
  padding: 0.75em 2.5em;
  background-color: #58c4c4;
  border-radius: 5px;
  color: white;
  text-decoration: none;
}

.hidden {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: block;
}

.button:hover {
  background-color: #37a0a0;
}

.icon-play {
  height: 10em;
  display: none;
}

.icon-play img {
  max-width: 100%;
  max-height: 100%;
}

.top-header-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.top-nav {
  background-color: #612674;
  text-align: center;
}

.top-nav ul {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 1em 0;
}

.top-nav a {
  text-decoration: none;
  color: white;
  padding: 1em;
  display: block;
}

.top-nav a:hover {
  background-color: #7c3792;
}

.top-content {
  padding: 1em;
  text-align: center;
  background-color: #f6f6f6;
}

.top-content-title {
  color: #612674;
  font-size: 1.375em;
}

.top-content-subtitle {
  color: #a87bb7;
  font-size: 1em;
  line-height: 1.5;
}

.middle-content {
  padding: 2em;
  background-color: #f6f6f6;
  text-align: center;
}

.middle-content-title {
  font-size: 1.25em;
  color: #652e78;
  text-transform: uppercase;
}

.middle-content p {
  line-height: 1.5;
  color: #222;
}

.middle-content span[class^="icon"] {
  font-size: 4em;
  color: #652e78;
}

.main-content {
  padding: 2em;
}

.main-content-article {
  margin-bottom: 3.5em;
}

.main-content-title {
  font-size: 1.25em;
  color: #652e78;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: normal;
}

.main-content p {
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 1px;
}

.footer {
  background-color: #25303e;
  color: #83969f;
  text-align: center;
  padding-bottom: 2em;
}

.footer-menushare {
  background-color: #303d4c;
  padding: 0.5em;
}

.footer-menushare li {
  display: inline-block;
  margin: 0 1em;
}

.footer-menushare a {
  font-size: 1.1em;
  text-decoration: none;
  color: #fff;
}

.footer p {
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 48.75em) {
  .top-header-logo {
    float: left;
  }

  .top-nav {
    background-color: transparent;
    float: right;
    margin-top: 6px;
  }

  .top-nav ul {
    margin: 0;
    padding: 0;
  }

  .top-nav li {
    display: inline-block;
    margin-left: 5px;
  }

  .top-nav li:last-child {
    margin-right: 10px;
  }

  .top-nav a {
    color: #713a84;
  }

  .top-nav a:hover {
    background-color: #e7d9fc;
  }

  .top-content {
    background-color: #521a66;
    color: white;
  }

  .icon-play {
    display: block;
  }

  .top-content-title,
  .top-content-subtitle {
    color: white;
  }

  .col-1-4 {
    width: 44%;
    margin: 3%;
    float: left;
  }

  .main-content-article .button {
    float: right;
  }
}

@media screen and (min-width: 56.5em) {
  .top-content {
    /* background-color: #521a66;
        background-image: url(../images/bg_topo_1198x670.jpg); */

    background: #521a66 url(../images/bg_topo_1198x670.jpg);
    height: 20em;
    padding-top: 2.5em;
  }

  .icon-play img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 64em) {
  .top-content {
    background-image: url(../images/bg_topo_1600x1374.jpg);
    padding: 10em 15em 10em;
    background-position: center top;
  }

  .icon-play img {
    display: block;
    margin-bottom: 5em;
  }

  .col-1-4 {
    width: 23%;
    margin: 1%;
  }

  .col-1-2 {
    width: 48%;
    margin: 1%;
    float: left;
  }

  .main-content-article .button {
    float: none;
  }
}
