@charset "UTF-8";
/* CSS Document */

body{
    padding: 0px;
}

.numbers {
    font-size: 40px;
}

#contadorBox {
    width: 100%;
}

#topBar {
    position: relative;    
    overflow: hidden;
    height: 95px;
}

#topBar > *{
    visibility: hidden;
}

#storeAndShareBox{    
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    margin-right: 0px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    visibility: visible;
}

.center-ContainerBox {
    min-width: 0;
    width: 80%;
}

#topBarLogo > img{
/*    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);*/
    width: 80%;
    max-width: 350px;
    height: auto;
    visibility: visible;
}

#shareBox{
    position: absolute;
    bottom: 5px;
    left: 5px;
    margin-left: 0px;
}

#facebookBox {
    margin-bottom: 20px;  
    margin-left: 15px;
}

#twitterBox {
    margin-bottom: 20px;
}

#instagramBox {
    margin-bottom: 20px;
}

.legenda1{
    margin-top: 20px;
}

#logo-joaozinho{
    float: none;
    display: block;
}

#logo-sjoao{
    float: none;
    display: block;
}
