﻿body {
    /*background-image: url('/Images/Tela01/bkg-table.jpg');
        background-size: cover; 
        overflow: hidden;*/
    background-image: url(/Images/Inicial/bkg.jpg);
    width: 100%;
    background-position-x: 50%;
    background-repeat: no-repeat;
    background-position-y: 0;
    overflow: auto;
}


#img-ipad {
    background-image: url(/Images/Inicial/ipad-inicio.png);
    background-size: cover;
    background-position: 50%;
    /*width: 1030px;
    height: 795px;*/
    width: 501.5px;
    height: 397.5px;
    position: absolute;
    /*bottom: 50px;*/
    top: 473px;
    /*left: calc(50% - 383px);*/
    left: 217px;
}

.btn-inicio img  {
    max-width: 250px;
}


#btnSair img {
    max-width: 200px;
}



/*.modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
}

.modal-header {
    border: none !important;
}

#modalIpad .modal-dialog {
    margin: 0 !important;
}

#modalIpad .modoal-header {
    position: fixed;
    width: 100%;
    z-index: 100000;
}



#video {
    position: relative;
    background: #000;
    width: 640px;
    margin: 20px auto;
}

    #video img,
    #video iframe {
        display: block;
    }

#play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url('play-button.png') no-repeat 50% 50%;
    background-size: auto, cover;
    z-index: 9999;
}

    #play:hover {
        background-color: rgba(0,0,0,0.2) !important;
    }*/