*, *:before, *:after{
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}
.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
.clearfix:after { clear: both; }
.clear { clear: both; }

.oh { overflow: hidden; }
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%; background-color: #000;}
body{
    margin:0;
    padding: 0;
    background-color: #000;
    overflow: hidden;
}

.contenedor_loader{
    background-color: #000;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    transition: all 1.5s;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader, .loader:before, .loader:after{
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation: loader 1.5s infinite ease-in-out;
}

.loader{
    /*color: #bbfa46;*/
    font-size: 13px;
    position: relative;
    animation-delay: -0.16s
}

.loader:before, .loader:after{
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    animation-delay: -0.32s;
}

.loader:after{
    left: 3.5em;
}
@keyframes loader{
    0%,
    80%,
    100%{
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40%{
        box-shadow: 0 2.5em 0 0;
    }
}

.HeaderContainer {
    width:100vw; 
    height:6rem; 
    position:fixed;
    z-index:90; 
    display:-webkit-flex; 
    display: -ms-flexbox; 
    display:flex; 
    -webkit-justify-content:center; 
    -ms-flex-pack:center; 
    justify-content:center; 
    padding:0 36px 0 0; }

.HeadContainWrappLogo {
    width:8%; 
    position:absolute; 
    top: 10px; 
    left: 20px;  
    z-index:100}

.hero-wrap {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.plecaInstitucional{
    position: absolute;
    bottom: 1%;
    left: 1%;
    z-index: 60;
}

.nav{
    width: 105px;
    height: 73px;
    position: absolute;
    top: 1%;
    right: 1%;
    line-height: 0px;
    z-index: 201;
    cursor: pointer;
}

.nav_all{
    position: absolute;
    top: 0%;
    right: 0%;
    width: 320px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    z-index: 200;
    display: none;
}

.nav_all ul{
    margin-top: 100px;
    text-align: right;
    list-style: none;
}

.nav_all ul li{
    line-height: 0;
}

.nav_game{
   
    position: absolute;
    top: 10%;
    right: 1%;
    min-height: 19px;
    z-index: 200;
    cursor: pointer;
}

.nav_mapgral{
    width: 283px;
    height: 73px;
    position: absolute;
    top: 16%;
    right: 1%;
    z-index: 200;
    cursor: pointer;
}

#contenedor_carga{
background-color: rgba(0, 0, 0, 1);
height: 100%;
width: 100%;
position: fixed;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;              
z-index: 1;
}

.content_map{
    position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

button{
    text-decoration: none; 
    outline: none; 
    border: none;
}