html {
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a:link {text-decoration: none; }
a:visited{text-decoration: none; }
a:hover {text-decoration: none; }
a:active {text-decoration: none; }

.col a:link {text-decoration: none; color:  #fff;}
.col a:visited{text-decoration: none; color:  #fff;}
.col a:hover {text-decoration: none; color:  #fff;}
.col a:active {text-decoration: none; color:  #fff;}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.hero {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 1000;
}
.hero:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero * {
  position: relative;
  z-index: 1;
}
#masthead {
  padding: 38px 0px;
  position: relative;
  margin-top: 0px;
}

#masthead img{
  height: 50px;
}

#masthead.is-active {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  height: 100vh;
  width: 75%;
  left: 25%;
}

#masthead:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(18,38,170,0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
}

#masthead.is-active:after {
  opacity: 1;
}

.hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  float: right;
  font: inherit;
  margin: 0.8125em 0 0;
  overflow: visible;
  outline: none;
  padding: 0;
  text-transform: none;
  transition: opacity 0.15s;
  -webkit-appearance: none;
  right: 50px;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

#masthead.is-active .hamburger-inner,
#masthead.is-active .hamburger-inner::before,
#masthead.is-active .hamburger-inner::after {
    background-color: #fff;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}


.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hamburger-label {
  color: #fff;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1;
  margin-left: 0.3125em;
  margin-right: 15px;
  text-transform: uppercase;
}

#masthead.is-active .hamburger-label {
  color: #fff;
}

.hamburger-box,
.hamburger-label {
  display: inline-block;
  vertical-align: middle;
}

#site-nav {
  clear: both;
  display: flex;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  padding: 50px 5% 0px 5%;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
}

#site-nav.is-active {
  height: auto;
  overflow: visible;
}

#site-nav .col {
  padding: 1.5em;
}
/*
@media screen and (min-width: 550px) {
  #site-nav {

    flex-direction: row;

    flex-wrap: wrap;

  }

  

  #site-nav .col {

    flex: 0 0 50%;

  } 

}



@media screen and (min-width: 768px) {

  #site-nav .col {

    flex: 0 0 33.333333333%;

  } 

}


*/
@media screen and (min-width: 1300px) {
  #site-nav {
    flex-wrap: nowrap;
  }
  #site-nav .col {
    /*flex: 0 0 20%;*/
  width: 100%;
  text-align: center;
  font-size: 13px;
  letter-spacing: 4px;
  font-weight: 300;
  }
  
    #site-nav .col:hover {
    color: #686d6e;;
  }

  #site-nav .col:last-child {
    display: flex;
    justify-content: flex-end;
  }
}

#site-nav span {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#site-nav ul {
  list-style-type: none;
  margin-top: 1em;
}

#site-nav li {
  margin-bottom: 0.3125em;
}

#site-nav li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

#site-nav li a:hover,
#site-nav li a:focus {
  color: #686d6e;
}

.redes {
  margin: 0;
  overflow: hidden;
  margin-top: 15px;
  float: right;
  position: absolute;
  right: 15%;
  width:  20%;
  -webkit-appearance: none;
}

.redes li {
  float: left;
  margin: 0 0.3125em;
  width: 32px;
  height: 32px;
}

.redes li svg {
  display: block;
  fill: #fff;
  width: 100%;
  height: 100%;
  transition: fill 0.3s ease;
}

.redes li:hover svg {
  fill: #686d6e;
}

#masthead-search {
  float: right;
  position: absolute;
  right: 5%;
  -webkit-appearance: none;
}

#masthead .col {
  opacity: 0;
}

#masthead.is-active .col {
  transform: translateY(40px);
  transition: opacity 0.3s ease;
  animation: fade-in-stagger 0.8s ease forwards;
}

#masthead.is-active .col:nth-child(1) {
  -webkit-animation-delay: 0;
}

#masthead.is-active .col:nth-child(2) {
  -webkit-animation-delay: 0.1s;
}

#masthead.is-active .col:nth-child(3) {
  -webkit-animation-delay: 0.2s;
}
#masthead.is-active .col:nth-child(4) {
  -webkit-animation-delay: 0.3s;
}
#masthead.is-active .col:nth-child(5) {
  -webkit-animation-delay: 0.4s;
}

@keyframes fade-in-stagger {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.social {
  position: relative;
  float: left;
  width: 100%;
  line-height: 0;
  text-align: left;
  font-weight: 300;
  padding: 20px 25px;
}
.social a {
    padding-right: 10px;
  color: #ffffff;
}
