* {
    margin: 0 auto;
    padding: 0;
    outline: 0;
}

body, html {
    height: auto;
    width: 100%;
}

body {
    background: #a300d9;
    color: #fffffe;
    font-family: 'OpenSans', sans-serif;
    overflow-x: hidden;
    padding: 0 auto;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

h2 {
    margin-top: 30px;
    font-family: 'OpenSans', sans-serif;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 5px;
    color: #9698a4;
}
a {
    color: #fffffd;
    cursor: pointer;
    display: block;
    font-family: 'OpenSans', sans-serif;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 15px;
    margin: 0 auto;
    padding: 3px 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    width: 18%;
}

a:hover {
}


/*Wrapper*/
.wrapper {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 950px;
    text-align: center;
    font-size: .7em;
    width: 83%;
}


/*Header*/
header {
    background: #339966;
    display: block;
    -webkit-box-shadow: 0 18px 0 0 rgba(138,0,177,0.47);
    -moz-box-shadow: 0 18px 0 0 rgba(138,0,177,0.47);
    box-shadow: 0 18px 0 0 rgba(138,0,177,0.47);
    margin: 0 auto;
    width: 100%;
}

header p {
    margin: 0;
    padding: 10px auto;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: .7em;
    letter-spacing: .2em;
}

/*Top Content Section*/

.container {
    margin: 0 auto;
    text-align: center;
}

#dados {
    margin: 0 auto;
    display: block;
}

#dados img {

}

#banner {
    margin: 30px auto;
}

.btn {
    background: #ff9204;
    border-radius: 28px;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

.btn:hover {
    background: #00a168;
    text-decoration: none;
}

#enviar {
    padding: 5px 5px 5px 5px;
    background-color: #6b18ff;
}

#enviar2 {
    padding: 5px 5px 5px 5px;
    margin-bottom: 20px;
    background-color: #6b18ff;
}

#tira {
    margin: 30px auto;
}


#cel {
    border-radius: 6px;
    height: 100px;
    margin: 0 auto;
    padding: 25px 10px 25px 10px;
    text-align: center;
    font-size: 10px;
    width: 35%;
}

#popup #optin-form {
    font-weight: 700;
}
#popup #optin-button b {
    text-decoration: underline;
}
#popup .privacy {
    color: #9698a4;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 10px;
}
.form-control {
    display: block;
    border-radius: 10px;
    width: 80%;
    height: 30px;
    padding: 3px 20px 3px 20px;
    font-size: 1.5em;
    line-height: 1.42857143;
    color: #000;
    text-align: center;
    margin: 10px auto;
}

#popup div {
    margin-bottom: 20px;
}

#myModal {
    display: block;
    z-index: 1;
    position: absolute;
    top: 27vh;
    right: 30%;
    left: 30%;
    text-align: center;
    margin: 0 auto;
}

#modalPin {
    display: block;
    z-index: 1;
    position: absolute;
    top: 27vh;
    right: 30%;
    left: 30%;
    text-align: center;
    margin: 0 auto;
}

.modal-content {
    padding-top: 20px;
    background-color: #6690ff;
    -webkit-box-shadow: 0 -18px 0 0 rgba(118,71,255,1);
    -moz-box-shadow: 0 -18px 0 0 rgba(118,71,255,1);
    box-shadow: 0 -18px 0 0 rgba(118,71,255,1);
    border-radius: 20px;
}

.modal-content2 {
    padding-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    background-color: #6690ff;
    -webkit-box-shadow: 0 -18px 0 0 rgba(118,71,255,1);
    -moz-box-shadow: 0 -18px 0 0 rgba(118,71,255,1);
    box-shadow: 0 -18px 0 0 rgba(118,71,255,1);
    border-radius: 20px;
}

#ingresa {
    text-align: center;
    padding: 0 5px;
    margin-top: 20px;
    width: 70%;
}

#ingresapin {
    text-align: center;
    padding: 0 5px;
    margin-top: 20px;
    width: 70%;
}

/*Animation*/

@-webkit-keyframes rotating-dice {

    25% {
        -webkit-transform: rotate(90deg) translate(3px,2px);
        -moz-transform: rotate(90deg) translate(3px,2px);
        -o-transform: rotate(90deg) translate(3px,2px);
    }

    75% {
        -webkit-transform: translate(-1px,-2px);
        -moz-transform: translate(-1px,-2px);
        -o-transform: translate(-1px,-2px);
    }

    100% {
        background-position: 476px;
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
    }

}

div.dice {
    display: inline-block;
    margin: 40px;
    width: 238px;
    height: 250px;
    background-image: url("../img/dice/dice.png");
    -webkit-animation: rotating-dice 2s steps(2) infinite;
    -moz-animation: rotating-dice 2s steps(2) infinite;
    -o-animation: rotating-dice 2s steps(2) infinite;
    -ms-animation: rotating-dice 2s steps(2) infinite;
}

div.dice:nth-of-type(odd) {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    -o-animation-direction: reverse;
    -ms-animation-direction: reverse;
}

/*Footer*/
footer {
    background: #339966;
    display: inline-block;
    -webkit-box-shadow: 0 -18px 0 0 rgba(138,0,177,0.47);
    -moz-box-shadow: 0 -18px 0 0 rgba(138,0,177,0.47);
    -o-box-shadow: 0 -18px 0 0 rgba(138,0,177,0.47);
    -ms-box-shadow: 0 -18px 0 0 rgba(138,0,177,0.47);
    -moz-box-shadow: 0 -18px 0 0 rgba(138,0,177,0.47);
    -o-box-shadow: 0 -18px 0 0 rgba(138,0,177,0.47);
    -webkit-box-shadow: 0 -18px 0 0 rgba(138,0,177,0.47);
    -ms-box-shadow: 0 -18px 0 0 rgba(138,0,177,0.47);
    box-shadow: 0 -18px 0 0 rgba(138,0,177,0.47);
    padding: 32px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}
footer p {
    border: none;
    background: none;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 1px 30px 1px 30px;
}










