﻿html {
    /*background: url(../img/bg.jpg) no-repeat center center fixed;*/
}

* {
    box-sizing: border-box;
}

.bgEuromilhoes {
    background: url(../img/bgEuromilhoes.jpg) no-repeat center center fixed;
    background-size: cover;
    /*background-color: rgba(255,0,0,0.3);
    background-color: rgb(255,0,0) transparent !important;*/
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}

.bgIndex {
    background: url(../img/bgHome.png) no-repeat center center fixed;
    background-size: cover;
    /*background-color: rgba(255,0,0,0.3);
    background-color: rgb(255,0,0) transparent !important;*/
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}

.bgM1lhao {
    background: url(../img/bgM1lhao.jpg) no-repeat center center fixed;
    background-size: cover;
    /*background-color: rgba(255,0,0,0.3);
    background-color: rgb(255,0,0) transparent !important;*/
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}

.bgTotobola {
    background: url(../img/bgTotobola.png) no-repeat center center fixed;
    background-size: cover;
    /*background-color: rgba(255,0,0,0.3);
    background-color: rgb(255,0,0) transparent !important;*/
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}

.bgTotoloto {
    background: url(../img/bgTotoloto.png) no-repeat center center fixed;
    background-size: cover;
    /*background-color: rgba(255,0,0,0.3);
    background-color: rgb(255,0,0) transparent !important;*/
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}
.bgLotariaPopular {
    background: url(../img/bgLotariaPopular.png) no-repeat center center fixed;
    background-size: cover;
    /*background-color: rgba(255,0,0,0.3);
    background-color: rgb(255,0,0) transparent !important;*/
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}

body {
    margin: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
}

:root{
    --myPadding:20px;
}
a, a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: #7ccf2f; /* cor oficial santa casa*/
}
/*.floatWrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}*/
.Content {
    padding: var(--myPadding);
}
.Footer {
    text-align: center;
    border-top: 1px dotted #d33d2f;
    padding: var(--myPadding);
}

.Google {
    text-align: center;
    padding: var(--myPadding);
}

.Left {
    text-align: right;
    padding: var(--myPadding);
}

.M1lhao {
    border: 1px solid #80b63c;
    border-radius: 5000px; /* way above maximum */
    width: 50%;
    padding: 15px;
    margin: 0 auto;
    text-align:center;
}