* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a {
  text-decoration: none; }

svg, img {
  max-width: 100%; }

html, body {
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  background-color: #444444; }

h1, h2, h3, h4, h5, h6, input, select, textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: normal; }

.grid {
  width: min(95%, 1040px);
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.container {
  width: 95%;
  max-width: 380px;
  margin: 0 auto;
  padding-bottom: 20px; }
  .container .logo {
    display: table;
    margin: 0 auto; }
  .container .offerta {
    text-align: center;
    padding: 3rem 0; }
  .container a.button {
    display: table;
    width: 100%;
    background-color: #FABA52;
    padding: 15px 25px;
    font-size: 1.333rem;
    color: #444;
    margin: 10px 0;
    border-radius: 8px;
    position: relative; }
    .container a.button.wpp {
      background-color: #00A400;
      color: #fff; }
      .container a.button.wpp:after {
        background: url("../imagens/whatsapp.svg");
        background-size: 100% 100%;
        background-position: center;
        width: 24px;
        height: 24px; }
    .container a.button:after {
      content: '';
      width: 8px;
      height: 18px;
      background: url("../imagens/ico-arrow.svg");
      background-size: 100% 100%;
      background-position: center;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translate(0, -50%); }
    .container a.button span {
      display: inline-table;
      width: calc(100% - 40px); }

@media screen and (max-width: 1025px) {
  body, html {
    font-size: 11px !important; } }
@media screen and (max-width: 768px) {
  body, html {
    font-size: 10px; } }

/*# sourceMappingURL=style.css.map */
