* {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Helvetica, Verdana, Arial;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
}

/* Menu - Navbar */
header {
  position: fixed;
  top: 0px;
  left: 0;
  padding: 0 50px;
  background: #ffffff;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}

header .logo {
  float: left;
}

.logo img {
  margin-top: 15px;
  margin-left: 0px;
  width: 50px;
}

.logo .titulo {
  width: 210px;
  margin-top: -45px;
  margin-left: 60px;
  line-height: 20px;
}

.logo .titulo a {
  font-size: .9em;
  text-transform: uppercase;
  color: #407ab0;
  font-weight: 700;
}

.logo .titulo a:hover {
  font-size: .9em;
  text-decoration: none;
  color: #2d6193;
  font-weight: 700;
}

header nav {
  float: right;
}

header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  transition: 0.2s;
}

header nav ul li {
  list-style: none;
  position: relative;
}

header nav ul li i {
  font-size: 0.7em;
}

header nav ul li ul {
  position: absolute;
  left: 0;
  background: #1c3d5c;
  display: none;
}

header nav ul li.active ul {
  display: block;
}

header nav ul li ul li {
  display: block;
  width: 250px;
}

header nav ul li a {
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  color: #133555;
  font-weight: 650;
  text-decoration: none;
  display: block;
}

header nav ul li a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #1c3d5c;
}

header nav ul li ul a {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

header nav ul li ul a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #315a81;
}

.menu-toggle {
  color: #0D448C;
  float: right;
  line-height: 60px;
  font-size: 24px;
  display: none;
}

.linha-divisoria {
  margin-top: 40px;
  width: 20%;
  height: 5px;
  background: linear-gradient(to right, #6DBD04 20%, #0D448C 0 40%, #E18F02 0 60%, #077835 0 90%, #6b6e72 0 100%);
}

/* Sub-Menu*/
.submenu {
  margin-top: 80px;
  background-color: #f6f6f6;
  height: 40px;
}

.submenus {
  padding-top: 4px;
}

.submenus a {
  color: #333333;
  font-size: 0.7em;
  text-decoration: none;
}

.submenus a:hover {
  color: #1b1b1b;
  font-size: 0.8em;
  text-decoration: none;
}

.submenus span {
  color: #a2a2a2;
  font-size: 0.8em;
  text-decoration: none;
}

.submenus .fa-angle-double-right {
  color: #929292;
  font-size: 0.7em;
  padding-top: 10px;
}

/* Rodape (Footer) */
.footer {
  background-color: #133555;
}

.roda {
  margin: auto;
  padding: 50px 0;
}

.roda p {
  color: #fff;
  font-size: 0.9em;
  margin-top: -10px;
}

#basic-addon2 {
  background: #2e2e2e;
  color: #fff;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

ul {
  list-style: none;
}

.footer-col {
  width: 25%;
  padding: 0 15px;
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
}

.footer-col p {
  color: #e1e1e1;
  font-size: .9em;
}

.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #a3d3ff;
  ;
  height: 3px;
  box-sizing: border-box;
  width: 30px;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  color: #e1e1e1;
  text-decoration: none;
  font-weight: 380;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 5px;
  font-weight: 500;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.45);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #e1e1e1;
  transition: all 0.5s ease;
  border: 1px solid #e1e1e1;
}

.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}

/* Autor */
.author {
  background-color: #091a2b;
  padding: 20px;
  border-top: 1px solid #333333;
}

.author p {
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  line-height: 21px;
}


/* Responsive Telas Smartphone, tablet, tv, etc. */
@media (max-width: 991px) {

  header {
    padding: 0 20px;
    height: 70px;
  }

  .menu-toggle {
    display: block;
    z-index: 900;
  }

  header nav {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    background: #f8f8f8;
    top: 60px;
    left: -100%;
    transition: 0.5s;
  }

  header .logo {
    height: 60px;
    line-height: 60px;
    float: left;
  }

  .logo img {
    margin-top: -30px;
    width: 40px;
    height: 60px;
  }

  header nav ul li a {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    color: #464646;
    font-weight: 600;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgba(169, 169, 169, 0.2);
  }

  header nav.active {
    left: 0;
  }

  header nav ul {
    display: block;
    text-align: center;
  }

  header nav ul li.active ul {
    position: relative;
    background: #f8f8f8;
  }

  header nav ul li ul li {
    width: 100%;
  }

  header nav ul li ul a {
    color: #fff;
    background: #464646;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  header nav ul li ul a:hover {
    color: #fff;
    background: #464646;
  }
}

/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {
  .area {
    top: 0;
  }

  .logo img {
    margin-top: 5px;
    margin-left: -15px;
    width: 45px;
    height: 45px;
  }

  .logo .titulo {
    width: 190px;
    margin-top: -46px;
    margin-left: 40px;
    line-height: 18px;
  }

  .logo .titulo a {
    font-size: .8em;
    text-transform: uppercase;
    color: #2d6193;
    font-weight: 500;
  }

  .logo .titulo a:hover {
    font-size: .8em;
    text-decoration: none;
    color: #2d6193;
    font-weight: 500;
  }

  /* Sub-Menu*/
  .submenu {
    margin-top: 60px;
    background-color: #f6f6f6;
    height: 40px;
  }

  /* Biblioteca */
  .submenus {
    padding-top: 9px;
  }

  .submenus a {
    color: #444444;
    font-size: .7em;
    text-decoration: none;
  }

  .submenus a:hover {
    color: #1b1b1b;
    font-size: .7em;
    text-decoration: none;
  }

  .submenus span {
    color: #7a7a7a;
    font-size: .7em;
    text-decoration: none;
  }

  .submenus .fa-angle-right {
    color: #7a7a7a;
    font-size: .7em;
    padding-top: 10px;
  }

  /* Rodapé */
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }

  .footer-col ul li a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
  }

  #mybtn {
    width: 50px;
    right: 0;
  }

  .roda {
    margin-top: 60px;
  }
}

@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}