@import url(https://fonts.googleapis.com/css?family=Stalemate);
@import url(https://fonts.googleapis.com/css?family=Amita:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,300italic);
body {
  font-family: 'Open Sans';
  font-size: 12pt;
  color: #263238; }

@media only screen and (min-width: 768px) {
  #top {
    font-style: light;
    cursor: pointer;
    position: fixed;
    top: 88%;
    right: 1.5%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0, 0, 0.09, 0.87); }
    #top i {
      background-color: #eceff1;
      font-size: 5rem; }

  #top:hover {
    opacity: 0.8; } }
@media only screen and (max-width: 768px) {
  #top {
    display: none; } }
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:active {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.panel {
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar-inverse {
  background-color: #263238; }

nav {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 80px;
  padding-right: 80px;
  -webkit-box-shadow: 0px 6px 20px -11px #616161;
  -moz-box-shadow: 0px 6px 20px -11px #616161;
  box-shadow: 0px 6px 20px -11px #616161; }

.f {
  padding-left: 20px; }

.title {
  padding-left: 15px;
  font-family: 'Amita';
  font-size: 2.5rem; }
  .title:hover {
    text-shadow: 0px 0px 4px #969696; }

.navbar-inverse .navbar-brand {
  color: #eceff1; }

.navbar-inverse .navbar-nav > li > a {
  color: #bdbdbd; }

@media only screen and (max-width: 1200px) {
  aside {
    display: none; }

  .col-lg-9 {
    padding-left: 25px;
    padding-right: 25px; }

  nav {
    padding-left: 30px;
    padding-right: 30px; } }
aside {
  position: fixed;
  padding-top: 30px;
  padding-left: 5px; }

main {
  border-left: solid 1px #DDDDDD;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: justify;
  font-size: 1.6rem; }

.panel-body {
  padding-top: 0px; }
  .panel-body ul {
    -webkit-padding-start: 30px; }
    .panel-body ul li {
      font-size: 1.4rem;
      cursor: pointer;
      list-style: none; }
      .panel-body ul li a {
        text-decoration: none; }
        .panel-body ul li a:hover {
          text-decoration: none; }
        .panel-body ul li a:active {
          text-decoration: none;
          font-weight: 600; }
        .panel-body ul li a:focus {
          text-decoration: none;
          font-weight: 600; }

.panel-group {
  padding-left: 6%;
  position: fixed; }

.panel-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #263238; }
  .panel-title a {
    display: flex;
    align-items: center; }

.panel-heading {
  padding-top: 0px;
  padding-bottom: 7px; }

.fl {
  font-size: 1.6rem; }

footer {
  padding-top: 10px;
  padding-bottom: 10px; }
  footer .name {
    display: flex;
    justify-content: flex-end;
    font-family: 'Stalemate';
    font-size: 3.3rem; }
    footer .name a {
      text-decoration: none; }
      footer .name a:hover {
        text-decoration: none; }
      footer .name a:active {
        text-decoration: none; }
      footer .name a:focus {
        text-decoration: none; }

.col-lg-12 {
  padding-left: 80px;
  padding-right: 40px; }

.titulo-main {
  margin-bottom: 20px;
  text-align: center; }

.h {
  font-size: 4rem; }

.a {
  font-weight: 300italic;
  font-size: 1.5rem; }

.sub-titulo-main {
  padding-top: 40px;
  margin-bottom: 20px; }

.sh {
  font-size: 2.3rem; }

.inicio {
  margin-left: 30px; }

.lema {
  font-family: 'Stalemate';
  font-size: 3.8rem;
  color: #eceff1; }

.colorfree {
  background-color: cadetblue;
  color: aliceblue;
  border-radius: 3px;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 3px;
  font-size: 1.3rem; }

.colorvideo {
  background-color: #E62117;
  color: aliceblue;
  border-radius: 3px;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 3px;
  font-size: 1.3rem; }

.colorpro {
  background-color: goldenrod;
  color: aliceblue;
  border-radius: 3px;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 3px;
  font-size: 1.3rem; }

pre {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 13px;
  font-weight: 300;
  margin: 0.75em 0;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  border: 1px solid #ccc;
  padding: 2px;
  padding-top: 20px;
  background-color: #F7F7F7; }

.btn-modal {
  cursor: pointer; }

.preverde {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  padding: 0px;
  padding-top: 20px;
  background-color: #DBFFDB;
  border: 0px; }

.prerojo {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  padding: 0px;
  padding-top: 20px;
  background-color: #FFDDDD;
  border: 0px; }

/*# sourceMappingURL=style.css.map */
