/* ==============
  General
===================*/
html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
  background-image: linear-gradient(
    to right,
    rgb(240, 218, 9),
    rgb(91, 92, 215)
  );
}

body {
  background-image: linear-gradient(
    to right,
    rgb(240, 218, 9),
    rgb(91, 92, 215)
  );
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Roboto", sans-serif;
}

h1 {
  line-height: 43px;
}

h2 {
  line-height: 35px;
}

h3 {
  line-height: 30px;
}

h4 {
  line-height: 22px;
}

* {
  outline: none !important;
}

a {
  color: aliceblue;
  text-decoration: none;
}

a:hover {
  outline: 0;
  text-decoration: none;
}

a:active {
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

footer {
  background-image: linear-gradient(
    to right,
    rgb(91, 92, 215),
    rgb(240, 218, 9)
  );
  color: aliceblue;
  font-family: "Source Sans Pro", sans-serif;
}

.group-title {
  background: rgb(0, 42, 91);
  color: aliceblue;
  text-align: center;
  padding: 20px 0px 20px 0px;
  border-radius: 20px 0px 20px 0px;
  margin: 20px 0px 5px 0px;
  font-size: 130%;
  font-weight: 800;
}

.canais-body {
  font-size: 130%;
}
