* {
    outline:none;
}

html {
    font-size: 62.5%;
}

html, body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    display: block;
}

/* HEADER */

#header {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    background: url(../img/fake-header.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*
    background-size: cover;
    background-color: rgba(0,0,0,0);
    background-image: url(../img/fake-header.jpg);
    */
}

#header h1 span {
    opacity: 1;
    font-size: 2.3rem;
}

/* barra no topo */

#abrirMenu {
    position: fixed;
    right: 1.2rem;
    line-height: 56px;
    margin-left: 1rem;
    font-size: 3rem;
    height: 45px;
    text-transform: uppercase;
    opacity: 1;
}

#abrirMenu:hover {
    opacity: 0.6;
    cursor: pointer;
}

/* deixa a navegação escondida no início */

#nav {
    display: none;
}

.linha_fina{
    text-align: center;
    font-size: 2rem;
}

/* classes para ajustes */

.display {
    display: block !important;
}

.inativo {
    display: none;
}

.ativo {
    opacity: 1 !important;
    /*display: block !important;*/
}

/* ajuste scroll mobile */

.setaWrap {
    right: 0 !important;
      padding: 0 !important;
      -webkit-transform: none !important;
      transform: none !important;
      overflow: hidden !important;
      top: 0 !important;
      pointer-events: none;
}

/* troca o ícone do menu no clique */

.troca:before {
  content: "\f00d" !important;
}
