﻿    
html 
{
    width: 100%;
    height: 100%;
}    

#content {
    height: 100%;
}

@media screen and (max-width: 640px) 
{
    
    #wrapper1 {
        height: 100%;
        height: calc(100vh - 45px); /*45px - 45 do topo*/
    }
}


@media screen and (min-width: 640px) 
{
    
    #wrapper1 {
        height: 100%;
        height: calc(100vh - 80px); /*80 - 80 do topo*/
    }
}



footer 
{
    position: fixed;
    bottom: 0;
    width: 100%;   
}

#images_fullscreenWrapper 
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px; 
    left: 0px;   
    background-color: #000000;     
}


#images_fullscreen {
    /** background-image: url('images_fullscreen/ima_1.jpg'); **/
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px; 
    left: 0px;   
    background-color: #000000;     
}


#circuloWrapper 
{
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0px; 
    left: 0px;     
    z-index: 10;
    text-align: center;
}

#circulo 
{
    width: auto;
    height: auto;
    z-index: 20;
    display: table;
    margin: 0 auto;
}

#tabelaCirculo, #tabelaCirculo tr, #tabelaCirculo tr td, #tabelaCirculo tr td img 
{
    margin: 0px;
    border: 0px;      
}

.image-container
{
    margin: 0px;
    border: 0px;   
    display: block;
}

