@import url("https://fonts.googleapis.com/css?family=Cardo|Crimson+Text|Playfair+Display:700|Ropa+Sans:400,400i");

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

fieldset {
    border: none;
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

ul,
ol,
li,
dd,
dt {
    list-style: none;
    margin: 0;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

[role="button"] {
    cursor: pointer;
}

#bgBody, .gradient {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    font-family: "Questrial", Arial, Serif;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gradient {
    background: url(../img/bg_gradient.png) repeat-x top;
}

.container {
  width: 100%;
  text-align: center;
  padding: 100px 0 50px;
}
.content {
    position: relative;
    z-index: 99;
}
.logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

.logo img {
    max-width: 70%;
}

.txt {
    font-size: 30px;
    color: #000;
    opacity: 0.4;
    position: relative;
    width: 100%;
}

.title {
    text-transform: uppercase;
    margin-bottom: 30px;
}

#mensagem {
    max-width: 80%;
    margin: 0 auto 30px;
    font-family: "Cookie", Arial, serif;
    font-size: 65px;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    font-weight: lighter;
}

#autor {
    margin-bottom: 50px;

}

#btnInstalar {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../img/favorito.png) no-repeat left center;
    background-size: contain;
    padding-left: 20px;
    cursor: pointer;
}

#btnInstalar .txt {
    font-size: 16px;
}

.share, .reload {
    background-size: contain;   
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    display: inline-block;
    font-size: 18px;
    margin: 0 auto 30px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.share {
    background-image: url(../img/ico-whatsapp.png);
    height: 30px;
    line-height: 30px;    
    padding-left: 40px;
}

.reload {
    background-image: url(../img/refresh.png);
    padding-left: 30px;
}

.share:hover, .reload:hover {
    text-decoration: underline;
}

#menu {
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    position: fixed;
    bottom: 0;
    right: 0px;
}

#menu a {
    display: inline-block;
    color: #fff;
    padding: 20px;
}

#menu a:hover {
    text-decoration: underline;
}

.head-interno {
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    color: #fff;
    width: 100%;
    max-width: 50%;
    margin: 0 auto 30px;
}

.head-interno p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
}


.titulo {
    margin-bottom: 20px;
    position: relative;
    padding-top: 20px;
    font-size: 30px;
}

.titulo::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #fff;
    top: 0;
    left: 50%;
    margin-left: -50px;
}

.form-contato {
    color: #fff;
    padding-top: 20px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.form-contato form {
    text-align: left;
    width: 100%;
    max-width: 40%;
    margin: 0 auto;
}
.form-contato form label {
    display: block;
    margin-bottom: 20px;
}

.form-contato form label span {
    display: block;
    margin-bottom: 5px;
}

.form-contato form input, 
.form-contato form textarea {
    display: block;
    color: #000;
    padding: 4px 4px;
    width: 100%;
    border: 1px solid #8c54ff;
}
.form-contato form textarea {
    height: 100px;
}
.form-contato button {
    background-color: #fff;
    border: 1px solid #8c54ff;
    display: inline-block;
    padding: 7px 20px;
    color: #000;
    margin-bottom: 20px;
}

#resposta {
    display: none;
    text-align: left;
    background: #fff;
    color: #000;
    padding: 10px;
    text-shadow: none;
    border-left: 7px solid green;
    font-size: 12px;
}
#resposta.sucesso {
    display: block;
    border-color: green;
}
#resposta.erro {
    display: block;
    border-color: red;
}
@media screen and (max-width: 600px) {
    body {
         overflow: initial;
    }
    .container {
        padding: 80px 20px 20px;     
    }
    .txt {
        font-size: 1.25em;
    }
    .share, .reload {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        padding-left: 30px;
    }
    #mensagem {
        font-size: 30px;
        max-width: 100%;
    }

    #btnInstalar .txt {
        font-size: 12px;
    }


    #btnInstalar {
        right: 15px;
    }

    .logo {
        top: 15px;
        left: 15px;
    }

    .logo img {
        max-width: 50%;
    }

    .head-interno {
        max-width: 95%;
    }

    .head-interno p  {
        font-size: 14px;
    }

    .titulo  {
        font-size: 20px;
    }

    .form-contato {
        padding-bottom: 40px;
    }
    .form-contato form {
        max-width: 95%;
    }

    #menu  {
        /* padding-top: 50px; */
        left: 0;
        background-color: #fff;
        text-shadow: none;
        box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.5)
    }

    #menu a {
        color: #000;
        width: 49%;
        font-size: 12px;
        padding: 10px;
    }

     #menu a:first-child {
        border-right: 1px solid rgba(0,0,0,0.2);
     }

}