* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Anonymous Pro", sans-serif;
  text-transform: uppercase;
}

html {
  background-color: black;
}

h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
}

p {
  font-weight: 700;
  line-height: 20px;
}

img {
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media screen and (min-width: 1024px) {
  body {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.date_section {
  display: grid;
  padding: 140px 20px;
  color: #ffffff;
  height: calc(100vh - 142px);
  min-height: 650px;
  max-height: 860px;
  background: #000000 url(../images/goat-mask.png) no-repeat bottom right;
  background-size: auto 750px;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.date_section .content-box .p-border {
  font-size: 18px;
  padding: 8px 12px;
  max-width: 340px;
  border: 1px solid #ffffff;
  margin: 28px 0 120px;
}
.date_section .content-box .logo {
  width: 100%;
  max-width: 240px;
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 600px) {
  .date_section h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .date_section {
    height: 100vh;
    min-height: 600px;
    max-height: 100%;
    background-position: right center;
    background-size: auto 1125px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
  }
  .date_section .content-box .p-border {
    margin: 40px 0 160px;
  }
  .date_section .content-box .logo {
    display: block;
    top: 50%;
    left: 100%;
    margin-top: -112px;
  }
}
@media screen and (min-width: 1200px) {
  .date_section {
    padding-left: 60px;
  }
  .date_section h1 {
    font-size: 72px;
  }
}
@media screen and (min-width: 1400px) {
  .date_section .content-box .logo {
    max-width: 320px;
    margin-top: -150px;
  }
}
.hero-section {
  position: relative;
  background-color: #E7E7E7;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 142px);
  min-height: 650px;
  max-height: 860px;
}
.hero-section .shirt-image {
  flex: 1;
  height: auto;
  display: block;
  background: url(../images/camiseta-all-handmade.jpg) repeat center;
  background-size: cover;
  position: relative;
  height: 750px;
}
.hero-section .txt-box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-2deg);
  width: 102%;
  padding: 5px 20px;
  text-align: center;
  background-color: #D83019;
  color: #ffffff;
  bottom: 145px;
}
.hero-section .txt-box p {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 40px;
}
.hero-section .content-box {
  padding: 53px 20px 28px 20px;
  max-width: 100%;
  margin: 0 auto;
}
.hero-section .content-box p {
  font-size: 18px;
}
.hero-section .content-box .left {
  margin-right: 70px;
}
.hero-section .content-box .right {
  margin-left: 70px;
}
.hero-section .content-box .social-icons {
  text-align: center;
  margin-top: 20px;
}
.hero-section .content-box .social-icons a {
  padding: 10px;
  color: #000000;
  display: inline-block;
}
.hero-section .content-box .social-icons a i {
  font-size: 24px;
  line-height: 20px;
}

@media screen and (min-width: 600px) {
  .hero-section {
    min-height: 920px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-section {
    height: 100vh;
    min-height: 600px;
    max-height: none;
  }
  .hero-section .shirt-image {
    box-shadow: inset 7em 0 9em #1E1E1E;
  }
}
@media screen and (min-width: 1200px) {
  .hero-section .content-box {
    padding-bottom: 26px;
  }
}/*# sourceMappingURL=style.css.map */