#wrapper {
    overflow: hidden;
}

body {
    width: 640px;
    min-height: auto;
    margin: 0px;
    padding: 0px;
}

#share {
    height: 30px;
    margin-top: 5px;
}

#share a {
    padding-right: 40px;
    padding-bottom: 11px;
    width: 30px;
}

#share .facebook {
    background: url(img/facebook.png) no-repeat;
}

#share .twitter {
    background: url(img/twitter.png) no-repeat;
}

#share .google {
    background: url(img/google.png) no-repeat;
}

#close {
    height: 5px;
}

#close a {
    padding-right: 0px;
    margin-right: 10px;
}

#navDir {
    top: 38%;
    margin-top: -73px;
    right: -58px;
    cursor: pointer;
    z-index: 2;
}

#navEsq {
    top: 38%;
    margin-top: -73px;
    left: -67px;
    cursor: pointer;
    z-index: 2;
}

#conteudo {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

#conteudo iframe {
    width: 100%;
    height: 100%;
}

#rodape {
    width: 640px;
    height: 115px;
    bottom: -1px;
    z-index: 3;
}

.navLeft {
    background: url(img/left.png) no-repeat 70px 35px;
    transition-property: all;
    transition-duration: 0.5s;
}

.navRight {
    background: url(img/right.png) no-repeat 20px 35px;
    transition-property: all;
    transition-duration: 0.5s;
}

.active {
    display: block !important;
}

.reiniciar {
    text-align: center;
}

.voa {
    position: absolute;
}

.circulo {
    /*border-radius: 50%;*/
    width: 110px;
    height: 110px;
}

.pointer {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    cursor: pointer;
}

.texto {
    font-family: 'Source Sans Pro', sans-serif;
    position: absolute;
    width: 510px;
    height: auto;
    left: 70px;
    top: auto;
    z-index: 9999;
    color: #393939;
    font-size: 18px;
}

#infographic-title {
  position: relative;
  width: 100%;
}

#infographic-title h1{
    font-family: 'Oswald_bold';
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 15px;
    font-size: 28px;
}

.italico {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: italic;
}

#pointerZoom {
    width: 200px;
    height: 140px;
    border-width: 2px;
    /* TEMPORARIO*/
    left: 50px;
    top: 100px;
}

.materia {
    width: 640px;
    min-height: 500px;
    margin: 10px;
}


h1 {
    margin: 0px;
   
}

h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin: 10px 0 10px 0;
}

@media screen and (min-width: 600px ){

    #infographic-title h1{
        font-size: 1.6em;
    }

}
