html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 200s linear infinite;
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "WisdomScript";
  src: url("/css/webfonts/WisdomScript.eot");
  src: url("/css/webfonts/WisdomScript.eot?#iefix") format("embedded-opentype"), url("/css/webfonts/WisdomScript.woff") format("woff"), url("/css/webfonts/WisdomScript.ttf") format("truetype"), url("/css/webfonts/WisdomScript.svg#WisdomScript") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeueRegular";
  src: url("/css/webfonts/BebasNeue-webfont.eot");
  src: url("/css/webfonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("/css/webfonts/BebasNeue-webfont.woff") format("woff"), url("/css/webfonts/BebasNeue-webfont.ttf") format("truetype"), url("/css/webfonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.tb, .dt {
  display: none;
}

.mb {
  display: block;
}

@media only screen and (min-width: 767px) {
  .mb {
    display: none;
  }
  .tb {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .dt {
    display: block;
  }
}
header {
  width: 100%;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27100%25%27 height=%2718%27%3E %3Cdefs%3E %3Cpattern id=%27bg%27 patternUnits=%27userSpaceOnUse%27 width=%2714%27 height=%2718%27%3E %3Cpath fill=%27black%27 d=%27M 0%2C0 L 0%2C9 7%2C18 14%2C9 14%2C0 Z%27/%3E %3C/pattern%3E %3C/defs%3E %3Crect width=%27100%25%27 height=%27100%25%27 fill=%27url%28%23bg%29%27/%3E%0A%3C/svg%3E");
  background-size: 2800px 18px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

main .grid {
  display: grid;
  height: 100%;
  align-items: flex-start;
  padding: 20px 0;
}
main .grid #logo {
  margin: 0 auto;
  width: 150px;
  height: 130.65px;
}
main .grid #logo svg {
  width: 100%;
  height: 100%;
}
main .grid #brevemente {
  text-align: center;
  z-index: 3;
  font: normal 40px/40px "WisdomScript", sans-serif;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  main .grid {
    padding: 50px 0;
  }
  main .grid #logo {
    position: relative;
    z-index: 3;
    width: 200px;
    height: 174.2px;
  }
  main .grid #brevemente {
    font: normal 50px/50px "WisdomScript", sans-serif;
  }
}
footer {
  font-family: "BebasNeue", sans-serif;
  z-index: 1;
  position: relative;
  width: 100%;
  background: black url(/img/jpeg.jpeg) repeat-x left center;
  position: relative;
  box-shadow: 0 0 3px 3px rgba(50, 50, 50, 0.4);
  padding: 38px 30px 48px 30px;
}
footer .clip {
  position: absolute;
  left: 50%;
  top: -200px;
  height: 200px;
  overflow: hidden;
  z-index: 2;
  transform: translateX(-50%);
  width: 690px;
}
footer .footer-grid ul {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 30px;
  align-items: center;
}
footer .footer-grid ul li {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-grid ul li a {
  height: 20px;
  line-height: 20px;
  padding-top: 2px;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}
footer .footer-grid ul li a:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
}
footer .footer-grid ul li a.icns {
  background-repeat: no-repeat;
  background-size: auto 100%;
}
footer .footer-grid ul li a.icns.icn-mail {
  background-image: url(/img/icn-mail.svg);
  padding-left: 31px;
  background-size: auto 80%;
  background-position: left center;
}
footer .footer-grid ul li a.icns.icn-wa {
  background-image: url(/img/icn-wa.svg);
  padding-left: 28px;
}
footer .footer-grid ul li a.icns.icn-fb {
  background-image: url(/img/icn-fb.svg);
  padding-left: 20px;
}
footer .footer-grid ul li a.icns.icn-ig {
  background-image: url(/img/icn-ig.svg);
  padding-left: 28px;
}
footer:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 18px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27100%25%27 height=%2718%27%3E %3Cdefs%3E %3Cpattern id=%27bg%27 patternUnits=%27userSpaceOnUse%27 width=%2714%27 height=%2718%27%3E %3C%21--%3Cpath fill=%27black%27 d=%27M 0%2C0 L 0%2C9 7%2C18 14%2C9 14%2C0 Z%27/%3E--%3E %3Cpath fill=%27black%27 d=%27M 0%2C18 L 0%2C9 7%2C0 14%2C9 14%2C18 Z%27/%3E %3C/pattern%3E %3C/defs%3E %3Crect width=%27100%25%27 height=%27100%25%27 fill=%27url%28%23bg%29%27/%3E%0A%3C/svg%3E");
  background-size: 2800px 18px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media only screen and (min-width: 767px) {
  footer .footer-grid ul {
    grid-template-columns: auto auto auto auto;
    row-gap: 0;
    column-gap: 30px;
  }
  footer .footer-grid ul li a {
    font-size: 16px;
  }
}
.tb, .dt {
  display: none;
}

.mb {
  display: block;
}

@media only screen and (min-width: 767px) {
  .mb {
    display: none;
  }
  .tb {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .dt {
    display: block;
  }
}
body, html {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
}

body {
  background: #FCEFDD repeating-linear-gradient(45deg, #FCEFDD 0px, #FCEFDD 1px, #F3EAD6 1px, #F3EAD6 5px);
}

#wrapper {
  position: relative;
}

body {
  display: flex;
  flex-direction: column;
}

body, html {
  height: 100%;
}

header {
  flex-shrink: 0;
}

main {
  flex: 1 0 auto; /* flex-grow, flex-shrink,  flex-basis */
}

footer {
  flex-shrink: 0;
}

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