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, ol, ul, li,
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;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  display: block;
  width: 100%;
}

body {
  font-family: "Hind", sans-serif;
  font-weight: 400;
}

header {
  position: absolute;
  width: 100%;
}
header img {
  max-width: 100%;
  width: auto;
  margin: 50px auto 0 auto;
  text-align: center;
}
@media (max-width: 740px) {
  header img {
    width: 230px;
    margin: 25px auto 0 auto;
  }
}

@media (max-width: 740px) {
  .banner img {
    height: 380px;
    object-fit: cover;
  }
}

.instagram {
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 30px;
  box-sizing: border-box;
}
.instagram h1 {
  color: #afaeb4;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.instagram h1 img {
  display: inline;
  max-width: 100%;
  width: 44px;
  margin-right: 10px;
}

.contato {
  background-color: #ddb1a8;
  width: 100%;
  text-align: center;
  padding: 60px 30px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .contato {
    padding: 60px 30px;
  }
}
.contato h2 {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: normal;
  margin-bottom: 40px;
}
.contato form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.contato form .form-group {
  margin-bottom: 30px;
}
.contato form .form-group input[type=text], .contato form .form-group input[type=email], .contato form .form-group textarea {
  border-radius: 20px;
  background-color: #f2f2f2;
  color: #ddb1a8;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 0;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
}
.contato form .form-group textarea {
  height: 120px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
}
.contato form .form-group .btenvia {
  background-color: #ead4a2;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 50px;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
}

footer {
  background-color: #ddb1a8;
  width: 100%;
  text-align: center;
  padding: 0 0 50px 0;
  box-sizing: border-box;
}
footer .contatos {
  color: #fff;
  font-size: 23px;
  line-height: 37px;
}
footer .contatos a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 480px) {
  footer .contatos {
    font-size: 20px;
  }
}
footer .contatos img {
  width: 20px;
  display: inline-block;
  margin-right: 6px;
}

.dev {
  background-color: #ead4a2;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dev img {
  display: inline-block;
  width: 18px;
  margin-left: 10px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #ddb1a8;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ddb1a8;
}

::-webkit-scrollbar-thumb:active {
  background: #ddb1a8;
}

::-webkit-scrollbar-track {
  background: #afaeb4;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: #fff;
}

::-webkit-scrollbar-track:active {
  background: #fff;
}

::-webkit-scrollbar-corner {
  background: transparent;
}