@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

h1 {
  font-size: 2em;
}
h1 b {
  font-size: inherit;
}

body {
  background: #eb9d25;
}

section.conteudo {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
section.conteudo h1 {
  margin-bottom: 34px;
  font-weight: 300;
  text-align: center;
}
section.conteudo h1 b {
  color: #1f2022;
  font-weight: 800;
}
section.conteudo img {
  max-width: 50%;
}

footer {
  -o-border-image: url("data:image/svg+xml,%3Csvg id='comp-lhhygimj-bottom' preserveAspectRatio='xMidYMax slice' data-bbox='0 163.107 1920 136.893' viewBox='0 163.107 1920 136.893' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lhhygimj-bottom %7B fill: %23FFFFFF; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1919.987 233.235c-48.006 0-48.006 52.977-96.012 52.977s-48.006-108.027-96.013-108.027c-48.004 0-48.004 52.977-96.008 52.977-48.005 0-48.005-68.055-96.009-68.055s-48.004 52.977-96.007 52.977c-48.003 0-48.003-12.633-96.006-12.633-48.005 0-48.005 63.164-96.009 63.164s-48.004-52.977-96.008-52.977-48.004 56.565-96.008 56.565c-47.939 0-48.007-36.821-95.816-36.963v-.003l-.096.002-.096-.002v.003c-47.812.143-47.88 52.974-95.821 52.974-48.006 0-48.006-108.027-96.013-108.027-48.004 0-48.004 52.977-96.008 52.977s-48.004-68.055-96.009-68.055c-48.004 0-48.004 52.977-96.008 52.977-48.003 0-48.003-12.633-96.007-12.633s-48.004 63.164-96.009 63.164c-48.004 0-48.004-52.977-96.008-52.977s-48.004 72.575-96.008 72.575S48.004 233.238 0 233.238V300h1920l-.013-66.765z'/%3E%3C/g%3E%3C/svg%3E") 55 repeat;
     border-image: url("data:image/svg+xml,%3Csvg id='comp-lhhygimj-bottom' preserveAspectRatio='xMidYMax slice' data-bbox='0 163.107 1920 136.893' viewBox='0 163.107 1920 136.893' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lhhygimj-bottom %7B fill: %23FFFFFF; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1919.987 233.235c-48.006 0-48.006 52.977-96.012 52.977s-48.006-108.027-96.013-108.027c-48.004 0-48.004 52.977-96.008 52.977-48.005 0-48.005-68.055-96.009-68.055s-48.004 52.977-96.007 52.977c-48.003 0-48.003-12.633-96.006-12.633-48.005 0-48.005 63.164-96.009 63.164s-48.004-52.977-96.008-52.977-48.004 56.565-96.008 56.565c-47.939 0-48.007-36.821-95.816-36.963v-.003l-.096.002-.096-.002v.003c-47.812.143-47.88 52.974-95.821 52.974-48.006 0-48.006-108.027-96.013-108.027-48.004 0-48.004 52.977-96.008 52.977s-48.004-68.055-96.009-68.055c-48.004 0-48.004 52.977-96.008 52.977-48.003 0-48.003-12.633-96.007-12.633s-48.004 63.164-96.009 63.164c-48.004 0-48.004-52.977-96.008-52.977s-48.004 72.575-96.008 72.575S48.004 233.238 0 233.238V300h1920l-.013-66.765z'/%3E%3C/g%3E%3C/svg%3E") 55 repeat;
  border-bottom: 55px solid transparent;
  width: 100%;
  position: fixed;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  section.conteudo img {
    max-width: 90%;
  }
}/*# sourceMappingURL=styles.css.map */