header {
  width: 100%; }

header nav {
  width: 90%;
  margin: 20px auto;
  max-width: 1000px;
  background: #024959;
  z-index: 1; }

.menu_bar {
  display: none; }

header nav ul {
  overflow: hidden;
  list-style: none; }

header nav ul li {
  float: left; }

header nav ul li a {
  font-size: 20px;
  color: #fff;
  padding: 20px;
  text-decoration: none;
  display: inline-block; }

header nav ul li span {
  margin-right: 10px; }

header nav ul li a:hover {
  background: #037e8c; }

section {
  padding: 20px; }

@media screen and (max-width: 800px) {
  header nav {
    width: 90%;
    height: 100%;
    left: -100%;
    margin: 0;
    position: fixed; }

  header nav ul li {
    display: block;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

  .menu_bar {
    display: block;
    width: 100%;
    background: #ccc; }

  .menu_bar .bt-menu {
    display: block;
    padding: 20px;
    background: #024959;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu_bar span {
    float: right;
    font-size: 40px; } }
/*
nav{
	transform: translateX(-100%);
	transition: all 200ms ease-in-out;
	&.open{
		transform: initial;
	}
}*/

/*# sourceMappingURL=estilos.css.map */
