* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
	box-sizing: border-box;
	border-collapse: separate;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

html {
    margin: 0px;
    padding: 0px;
    background-color: #000!important;
}

body {
    -webkit-touch-callout: none;/* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
    -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    height: 100vh;
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #fff;
}
.grid960{
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    max-width: 960px;
    border:0px solid #fff;
    display: table;
}
.grid940{
    margin: 10px;
    padding: 0px;
    width: 100%;
    max-width: 940px;
    text-align: center;
    display: table;
    border: 0px solid #fff;
}
.grid300{
    margin: 10px;
    padding: 0px;
    width: 100%;
    max-width: 300px;
    float: left;
    display: table;
    border: 0px solid #fff;
}
.grid960 img{
    width: 80%;
    border: 0px solid #fff;
    margin: 0 auto;
    display: table;
}
div font,
div h1,
div h2{
    text-align: center!important;
    display: table;
    width: 100%;
}
.logo{
    padding-top:220px;
    background-image: url(img/logo.jpg);
    background-position: center -20px;
    background-repeat: no-repeat;
    background-size: 600px;
}
.logo font{
    margin-bottom: 100px;
    font-size: 21px;
}
.grid940 h2{
    color: #42B74A;
}
.footer{
    padding-top: 40px;
    padding-bottom: 20px;
    color: #42B74A;
}
.whatsapp{
    width: 60px;
    position:fixed;
    z-index: 999;
    height: 60px;
    float: right;
    color: #fff;
    bottom: 5px;
    right: 5px;
    box-shadow: 0px 1px 2px #000;
    border-radius: 5px;
    padding: 5px;
    padding-left: 40px;
    background-color: #29A71A;
    text-align: center;
    background-image: url(img/iconeWhatsAppBranco.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50% 50%;
    overflow: hidden;
    cursor:pointer;
}
.whatsapp:hover {
    width: 250px;
    background-position: 15px 50%;
}
.whatsapp b {
    color:#fff;
    font-size:14px;
    margin: 0px;
    font-weight: 400;
}
.whatsapp font {
    color:#fff;
    font-size:22px;
    margin: 0px;
    margin-top: -5px;
    font-weight: 400;
}
.whatsapp b,
.whatsapp font{
  display: none;
  width: 100%;
}
.whatsapp:hover b,
.whatsapp:hover  font{
  display: table;
  width: 100%;
}
.sociais{
    width: 120px;
    display: table;
    margin: 0 auto;
    margin-top: 40px;
}
.sociais .facebook,
.sociais .instagram{
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    margin: 10px;
}
.sociais .facebook{
   background-image: url(img/facebook.png); 
}
.sociais .instagram{
   background-image: url(img/instagram.png); 
}
@media (max-width: 960px) {

    .logo{
        padding-top:230px;
        background-image: url(img/logo.jpg);
        background-position: center -20px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .grid960 {
        margin: 0px;
        padding-top: 40%;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .grid940 {
        margin: 0 auto;
    }
    .grid940 h1{
        padding-bottom:0px;
    }
    .grid940 h2 br{
        display: none;
    }
    .grid300 {
        margin: 0 auto!important;
        width: 100%;
        display: table;
        float: none;
    }
}